소스 검색

update release branch instructions

tags/v2.6.0-rc1
Shivaram Lingamneni 3 년 전
부모
커밋
640572e151
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      DEVELOPING.md

+ 2
- 1
DEVELOPING.md 파일 보기

@@ -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…
취소
저장