Skip to content

Commit d1a3a4b

Browse files
committed
feat: release process and notes about subscribing
1 parent 22ac8ee commit d1a3a4b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ logs:
1818
flyctl logs --no-tail
1919
.PHONY: logs
2020

21+
release:
22+
@echo "Recent releases:"
23+
@gh release list
24+
@gh release create --generate-notes --draft
25+
.PHONY: release
26+
2127
fly.toml:
2228
cp fly.template.toml fly.toml

doc/HOWTO.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If any of these steps give you trouble, then check out [Troubleshooting](TROUBLE
1515
6. [Establish the connection on your MollySocket server](#establish-the-connection-on-your-mollysocket-server)
1616
7. [Restart the server](#restart-the-server)
1717
8. [Set up automatic updates](#set-up-automatic-updates)
18+
9. [Subscribe to mollysocket-fly releases](#subscribe-to-mollysocket-fly-releases)
1819

1920
### Fork this repository
2021

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

117-
_You may still want to periodically make sure your forked repository is up-to-date with the latest
118-
changes here._
118+
### Subscribe to mollysocket-fly releases
119+
120+
I periodically update this repository. If you want to keep your configuration up-to-date with the
121+
latest changes, subscribe to releases on this repository. On [the repository's main page](https://github.com/pcrockett/mollysocket-fly)
122+
click the _Watch_ button, then _Custom_, then the _Releases_ checkbox.
123+
124+
When any significant changes happen here, we'll cut a new release, and GitHub will notify you. You
125+
can read the release notes and optionally synchronize your fork with the main repository.

0 commit comments

Comments
 (0)