diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-16 07:39:39 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-16 07:39:39 +0000 |
commit | 13f5e360768400a34c17f5b10b0860e4dd1c4cda (patch) | |
tree | b53977d665299b0cd24b94caf8aa1f4e25a13481 | |
parent | e3df8bf015c41db8ec62c82d5b2820a4b5e816d5 (diff) | |
parent | c3a7d3e14727b8ba7c13cc7e48bc07648dc9fb74 (diff) | |
download | gitlab-ce-13f5e360768400a34c17f5b10b0860e4dd1c4cda.tar.gz |
Merge branch 'release-template' into 'master'
Release template
See merge request !972
-rw-r--r-- | doc/release/monthly.md | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md index 45da7ffea3e..1c95a45c92c 100644 --- a/doc/release/monthly.md +++ b/doc/release/monthly.md @@ -19,36 +19,36 @@ Any changes not yet added to the changelog are added by lead developer and in th ``` 15th: -* Update the changelog (LINK) +* Update the changelog (#LINK) 17th: -* Create x.x.x.rc1 (LINK) +* Create x.x.0.rc1 (#LINK) 18th: -* Update GitLab.com with rc1 (LINK) -* Regression issue and tweet about rc1 (LINK) -* Start blog post (LINK) +* Update GitLab.com with rc1 (#LINK) +* Regression issue and tweet about rc1 (#LINK) +* Start blog post (#LINK) 21th: -* Do QA and fix anything coming out of it (LINK) +* Do QA and fix anything coming out of it (#LINK) 22nd: -* Release CE and EE (LINK) +* Release CE and EE (#LINK) 23th: -* Prepare package for GitLab.com release (LINK) +* Prepare package for GitLab.com release (#LINK) 24th: -* Deploy to GitLab.com (LINK) +* Deploy to GitLab.com (#LINK) ``` -# **17th - Release RC1** +# **17th - Create RC1** The RC1 release comes with the task to update the installation and upgrade docs. Be mindful that there might already be merge requests for this on GitLab or GitHub. @@ -171,8 +171,7 @@ Assign the issue to the release manager and /cc all the core-team members active Tweet about the RC release: -> GitLab x.x.x.rc1 is out. This release candidate is only suitable for testing. Please create issues for regressions and add a link from LINK_TO_ISSUE. - +> GitLab x.x.0.rc1 is out. This release candidate is only suitable for testing. Please create issues for regressions and add a link from LINK_TO_ISSUE. # **21st - Preparation ** |