Commit e9cf2e140f9685e43a63ed6095874f8096de90c3

Authored by Dmitriy Zaporozhets
1 parent 4f4a1b96

Fix version sample for release candidate in monthly.md

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/release/monthly.md
... ... @@ -61,7 +61,7 @@ After making the release branch new commits are cherry-picked from master. When
61 61 * 17th: feature freeze (stop merging new features in master)
62 62 * 18th: UI freeze (stop merging changes to the user interface)
63 63 * 19th: code freeze (stop merging non-essential code improvements)
64   -* 20th: release candidate 1 (VERSION x.x.0.pre, tag and tweet about x.x.0.rc1)
  64 +* 20th: release candidate 1 (VERSION x.x.0.rc1, tag and tweet about x.x.0.rc1)
65 65 * 21st: optional release candidate 2 (x.x.0.rc2, only if rc1 had problems)
66 66 * 22nd: release (VERSION x.x.0, create x-x-stable branch, tag, blog and tweet)
67 67 * 23nd: optional patch releases (x.x.1, x.x.2, etc., only if there are serious problems)
... ... @@ -73,4 +73,4 @@ After making the release branch new commits are cherry-picked from master. When
73 73  
74 74 * Mention what GitLab is on the second line: GitLab is open source software to collaborate on code.
75 75 * Select and thank the the Most Valuable Person (MVP) of this release.
76 76 -* Add a note if there are security fixes: This release fixes an important security issue and we advise everyone to upgrade as soon as possible.
  77 +* Add a note if there are security fixes: This release fixes an important security issue and we advise everyone to upgrade as soon as possible.
77 78 \ No newline at end of file
... ...