Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-19 15:40:42 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-19 15:40:42 +0400
commit55512a80a601a95626f305d568d63d581176fe5d (patch)
treeaaeb0cefe523373992c8fe7726bea930a249b925 /doc
parente59e48d75a1fba2e0c840acd5bf5125af610297e (diff)
During release we need to create several update guides
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release/monthly.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 99f2d4cafed..45040084dfc 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -29,9 +29,14 @@ Consider naming the issue "Release x.x.x.rc1" to make it easier for later search
1. Check the [Git version](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/tasks/gitlab/check.rake#L794)
1. There might be other changes. Ask around.
-### **3. Create an update guide**
+### **3. Create an update guides**
-It's best to copy paste the previous guide and make changes where necessary. The typical steps are listed below with any points you should specifically look at.
+1. Create: CE update guide from previous version. Like `from-6-8-to-6.9`
+1. Create: CE to EE update guide in EE repository for latest version.
+1. Update: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.0-to-6.x.md to latest version.
+
+It's best to copy paste the previous guide and make changes where necessary.
+The typical steps are listed below with any points you should specifically look at.
#### 0. Any major changes?