Browse Source

update release runbook

tags/v2.4.0
Shivaram Lingamneni 3 years ago
parent
commit
0d3d910716
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      DEVELOPING.md

+ 4
- 1
DEVELOPING.md View File

@@ -34,7 +34,10 @@ Develop branches are either used to work out implementation details in preperati
34 34
 1. Update the version number `irc/version.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate).
35 35
 1. Commit the new changelog and constants change.
36 36
 1. Tag the release with `git tag --sign v0.0.0 -m "Release v0.0.0"` (`0.0.0` replaced with the real ver number).
37
-1. Build binaries using `make release`, upload release to Github including the changelog and binaries.
37
+1. Build binaries using `make release`
38
+1. Smoke-test a built binary locally
39
+1. Point of no return: `git push origin master --tags` (this publishes the tag; any fixes after this will require a new point release)
40
+1. Publish the release on GitHub (Releases -> "Draft a new release"); use the new tag, post the changelog entries, upload the binaries
38 41
 1. If it's a proper release (i.e. not an alpha/beta), merge the updates into the `stable` branch.
39 42
 1. Make the appropriate announcements:
40 43
     * For a release candidate:

Loading…
Cancel
Save