Commit dfbb7b3ae9c21e02f02dab23b6746613ba739dab

Authored by Sytse Sijbrandij
1 parent ee0e9830

Include a note if there are security fixes.

Showing 1 changed file with 9 additions and 4 deletions   Show diff stats
doc/make_release.md
... ... @@ -58,13 +58,18 @@ Check if changed since last release (~22nd of last month depending on when last
58 58  
59 59 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.
60 60  
61   -- 5 days before release: feature freeze
62   -- 3 days before release: UI freeze
63   -- 1 day before release: code freeze
  61 +* 5 days before release: feature freeze
  62 +* 3 days before release: UI freeze
  63 +* 1 day before release: code freeze
  64 +
  65 +# Write a blog post
  66 +
  67 +* Mention what GitLab is on the second line: GitLab is open source software to collaborate on code.
  68 +* Select and thank the the Most Valuable Person (MVP) of this release.
  69 +* Note if there are security fixes: This release fixes an important security issue and we advise everyone to upgrade as soon as possible.
64 70  
65 71 ## Last actions
66 72  
67   -1. Write a blog post (mention what GitLab is on the first line, select a MVP)
68 73 1. Update VERSION and CHANGELOG
69 74 1. Create a git tag vX.X.X
70 75 1. Publish the blog post
... ...