diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-10-29 16:46:42 -0700 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-10-29 16:46:42 -0700 |
commit | dfbb7b3ae9c21e02f02dab23b6746613ba739dab (patch) | |
tree | 2804ecb89d02bd301db2a39507dc9ba518e65cfb | |
parent | ee0e9830c1c1e4c54fd0b18fadef50f76c3680a4 (diff) | |
download | gitlab-ce-dfbb7b3ae9c21e02f02dab23b6746613ba739dab.tar.gz |
Include a note if there are security fixes.
-rw-r--r-- | doc/make_release.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/make_release.md b/doc/make_release.md index 7f19a17da6d..7d1115eca52 100644 --- a/doc/make_release.md +++ b/doc/make_release.md @@ -58,13 +58,18 @@ Check if changed since last release (~22nd of last month depending on when last After making the release branch new commits are cherry-picked from master. When the release gets closer we get more selective what is cherry-picked. -- 5 days before release: feature freeze -- 3 days before release: UI freeze -- 1 day before release: code freeze +* 5 days before release: feature freeze +* 3 days before release: UI freeze +* 1 day before release: code freeze + +# Write a blog post + +* Mention what GitLab is on the second line: GitLab is open source software to collaborate on code. +* Select and thank the the Most Valuable Person (MVP) of this release. +* Note if there are security fixes: This release fixes an important security issue and we advise everyone to upgrade as soon as possible. ## Last actions -1. Write a blog post (mention what GitLab is on the first line, select a MVP) 1. Update VERSION and CHANGELOG 1. Create a git tag vX.X.X 1. Publish the blog post |