Browse Source

add a note about announcements

tags/v1.2.0
Shivaram Lingamneni 4 years ago
parent
commit
ff4fd3a786
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      DEVELOPING.md

+ 1
- 0
DEVELOPING.md View File

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

Loading…
Cancel
Save