From ff4fd3a7866b10bf9b95b94eb64ea69b7ce207df Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 13 Nov 2019 23:05:19 -0500 Subject: [PATCH] add a note about announcements --- DEVELOPING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPING.md b/DEVELOPING.md index 39ac4ba4..11e7b473 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -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: