Commit e79c915d3be1aa4dd5789d517be6b0665007e97a
1 parent
223070b3
Exists in
spb-stable
and in
3 other branches
remove redudant text in release doc
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
doc/release/monthly.md
... | ... | @@ -66,16 +66,16 @@ After making the release branch new commits are cherry-picked from master. When |
66 | 66 | * 8-14th: Work on bugfixes, sponsored features and GitLab EE. |
67 | 67 | * 15th: Code freeze |
68 | 68 | - Stop merging into master, except essential bugfixes |
69 | - - Announce a Release Manager | |
70 | -* 18th: Release Candidate 1 (VERSION x.x.0.rc1, annotated tag and tweet about x.x.0.rc1, release on GitLab Cloud) | |
69 | + - Select a Release Manager | |
70 | +* 18th: Release Candidate 1 | |
71 | 71 | - Set VERSION to x.x.0.rc1 |
72 | 72 | - Create annotated tag x.x.0.rc1 |
73 | 73 | - Push the changes to GitLab.com, dev.gitlab.com, GitHub |
74 | 74 | - Tweet about the release |
75 | 75 | - Create a new branch on cloud for rc1 |
76 | 76 | - Deploy the new branch on Cloud after tests pass |
77 | -* 20st: optional release candidate 2 (x.x.0.rc2, only if rc1 had problems) | |
78 | -* 22nd: release (VERSION x.x.0, create x-x-stable branch, annotated tag tag, blog and tweet) | |
77 | +* 20st: Optional release candidate 2 (x.x.0.rc2, only if rc1 had problems) | |
78 | +* 22nd: Release | |
79 | 79 | - Create x-x-stable branch and push to the repositories |
80 | 80 | - QA |
81 | 81 | - Fix anything coming out of the QA | ... | ... |