Browse Source

update release branch instructions

tags/v2.6.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
640572e151
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      DEVELOPING.md

+ 2
- 1
DEVELOPING.md View File

@@ -38,7 +38,8 @@ Develop branches are either used to work out implementation details in preperati
38 38
 1. Smoke-test a built binary locally
39 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 40
 1. Publish the release on GitHub (Releases -> "Draft a new release"); use the new tag, post the changelog entries, upload the binaries
41
-1. If it's a proper release (i.e. not an alpha/beta), merge the updates into the `stable` branch.
41
+1. Update the `irctest_stable` branch with the new changes (this may be a force push).
42
+1. If it's a production release (as opposed to a release candidate), update the `stable` branch with the new changes. (This may be a force push in the event that stable contained a backport. This is fine because all stable releases and release candidates are tagged.)
42 43
 1. Make the appropriate announcements:
43 44
     * For a release candidate:
44 45
         1. the channel topic

Loading…
Cancel
Save