Skip to content

Commit

Permalink
feat: release process and notes about subscribing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrockett committed Oct 21, 2024
1 parent 22ac8ee commit d1a3a4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ logs:
flyctl logs --no-tail
.PHONY: logs

release:
@echo "Recent releases:"
@gh release list
@gh release create --generate-notes --draft
.PHONY: release

fly.toml:
cp fly.template.toml fly.toml
11 changes: 9 additions & 2 deletions doc/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If any of these steps give you trouble, then check out [Troubleshooting](TROUBLE
6. [Establish the connection on your MollySocket server](#establish-the-connection-on-your-mollysocket-server)
7. [Restart the server](#restart-the-server)
8. [Set up automatic updates](#set-up-automatic-updates)
9. [Subscribe to mollysocket-fly releases](#subscribe-to-mollysocket-fly-releases)

### Fork this repository

Expand Down Expand Up @@ -114,5 +115,11 @@ Then populate the `FLY_DEPLOY_TOKEN` repository secret with the output of that c
At this point GitHub Actions will update your MollySocket instance once per week. If you want to
configure this, you can edit the [deploy.yml](../.github/workflows/deploy.yml) file.

_You may still want to periodically make sure your forked repository is up-to-date with the latest
changes here._
### Subscribe to mollysocket-fly releases

I periodically update this repository. If you want to keep your configuration up-to-date with the
latest changes, subscribe to releases on this repository. On [the repository's main page](https://github.com/pcrockett/mollysocket-fly)
click the _Watch_ button, then _Custom_, then the _Releases_ checkbox.

When any significant changes happen here, we'll cut a new release, and GitHub will notify you. You
can read the release notes and optionally synchronize your fork with the main repository.

0 comments on commit d1a3a4b

Please sign in to comment.