summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-04-17 16:30:24 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2014-04-17 16:30:24 +0200
commitf81123811e0d6607c619fffc483b234b000ca002 (patch)
tree97c4399753f46d0e7bdc7129829e11c7008d9634
parentb14c475a4cb210c8c242d36b8e25974d87c19cba (diff)
downloadgitlab-ce-f81123811e0d6607c619fffc483b234b000ca002.tar.gz
add dependency check to montly release doc and tweet instructions
-rw-r--r--doc/release/monthly.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 2949e320f3c..9dbe62f1210 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -17,6 +17,10 @@ NOTE: This is a guide for GitLab developers. If you are trying to install GitLab
#### 3. Do users need to update dependencies like `git`?
+- Check the [GitLab Shell version](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/tasks/gitlab/check.rake#L782)
+
+- Check the [Git version](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/tasks/gitlab/check.rake#L794)
+
#### 4. Get latest code
#### 5. Does GitLab shell need to be updated?
@@ -72,3 +76,14 @@ After making the release branch new commits are cherry-picked from master. When
* 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.
* 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.
+
+# Tweet
+
+Send out a tweet to share the good news with the world. For a major/minor release, list the features in short and link to the blog post.
+
+For a RC, make sure to explain what a RC is.
+
+A patch release tweet should specify the fixes it brings and link to the corresponding blog post.
+
+
+