diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-19 14:40:42 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-19 14:40:42 +0300 |
commit | 55512a80a601a95626f305d568d63d581176fe5d (patch) | |
tree | aaeb0cefe523373992c8fe7726bea930a249b925 /doc/release | |
parent | e59e48d75a1fba2e0c840acd5bf5125af610297e (diff) | |
download | gitlab-ce-55512a80a601a95626f305d568d63d581176fe5d.tar.gz |
During release we need to create several update guides
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/monthly.md | 9 |
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? |