add a note about announcements

This commit is contained in:
Shivaram Lingamneni 2019-11-13 23:05:19 -05:00
parent cbb3fe51b9
commit ff4fd3a786

@ -32,6 +32,7 @@ Develop branches are either used to work out implementation details in preperati
7. Tag the release with `git tag v0.0.0 -m "Release v0.0.0"` (`0.0.0` replaced with the real ver number).
8. Build binaries using `make release`, upload release to Github including the changelog and binaries.
9. If it's a proper release (i.e. not an alpha/beta), merge the updates into the `stable` branch.
10. Make the appropriate announcements (Twitter, oragono.io/news)
Once it's built and released, you need to setup the new development version. To do so: