summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-09-15 12:01:30 +0200
committerMarin Jankovski <marin@gitlab.com>2014-09-22 17:15:53 +0200
commit0b85e2a606d0fba63a72541e60fadcea84c123a6 (patch)
tree431b8232500be8e28c536041bb2f581b6fe9eaee
parentacf4d039f504b15e19e39d3e92edd97319c5967e (diff)
downloadgitlab-ce-0b85e2a606d0fba63a72541e60fadcea84c123a6.tar.gz
Order of tasks in monthly release doc.
-rw-r--r--doc/release/monthly.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 6622b10cea3..7a23ed1afc6 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -10,11 +10,8 @@ NOTE: This is a guide for GitLab developers.
A release manager is selected that coordinates the entire release of this version. The release manager has to make sure all the steps below are done and delegated where necessary. This person should also make sure this document is kept up to date and issues are created and updated.
-### **3. Update Changelog**
-
-Any changes not yet added to the changelog are added by lead developer and in that merge request the complete team is asked if there is anything missing.
-
-### **4. Create an overall issue**
+### **3. Create an overall issue**
+Name it "Release x.x.x" for easier searching.
```
15th:
@@ -54,6 +51,10 @@ Any changes not yet added to the changelog are added by lead developer and in th
* Deploy to GitLab.com (#LINK)
```
+### **4. Update Changelog**
+
+Any changes not yet added to the changelog are added by lead developer and in that merge request the complete team is asked if there is anything missing.
+
# **16th - Merge the CE into EE**
Do this via a merge request.