Commit 770747af68b82642fa98e69c79c9574321504167
1 parent
ca1d31f8
Exists in
spb-stable
and in
3 other branches
Specify that the tag should be annotated.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
doc/release/monthly.md
... | ... | @@ -61,9 +61,9 @@ After making the release branch new commits are cherry-picked from master. When |
61 | 61 | * 1-7th: official merge window (see contributing guide) |
62 | 62 | * 8-14th: work on bugfixes, sponsored features and GitLab EE |
63 | 63 | * 15th: code freeze (stop merging into master except essential bugfixes) |
64 | -* 18th: release candidate 1 (VERSION x.x.0.rc1, tag and tweet about x.x.0.rc1, release on GitLab Cloud) | |
64 | +* 18th: release candidate 1 (VERSION x.x.0.rc1, annotated tag and tweet about x.x.0.rc1, release on GitLab Cloud) | |
65 | 65 | * 20st: optional release candidate 2 (x.x.0.rc2, only if rc1 had problems) |
66 | -* 22nd: release (VERSION x.x.0, create x-x-stable branch, tag, blog and tweet) | |
66 | +* 22nd: release (VERSION x.x.0, create x-x-stable branch, annotated tag tag, blog and tweet) | |
67 | 67 | * 23nd: optional patch releases (x.x.1, x.x.2, etc., only if there are serious problems) |
68 | 68 | * 24-end of month: release GitLab EE and GitLab CI |
69 | 69 | ... | ... |
doc/release/security.md
... | ... | @@ -18,7 +18,7 @@ Please report suspected security vulnerabilities in private to support@gitlab.co |
18 | 18 | 1. Create feature branches for the blog post on GitLab.com and link them from the code branch |
19 | 19 | 1. Merge the code feature branch into master |
20 | 20 | 1. Cherry-pick the code into the latest stable branch |
21 | -1. Create a git tag vX.X.X for CE and another patch release for EE | |
21 | +1. Create an annotated tag vX.X.X for CE and another patch release for EE | |
22 | 22 | 1. Push the code and the tags to all the CE and EE repositories |
23 | 23 | 1. Apply the patch to GitLab Cloud and the private GitLab development server |
24 | 24 | 1. Merge and publish the blog posts | ... | ... |