Commit 55512a80a601a95626f305d568d63d581176fe5d

Authored by Dmitriy Zaporozhets
1 parent e59e48d7

During release we need to create several update guides

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 7 additions and 2 deletions   Show diff stats
doc/release/monthly.md
... ... @@ -29,9 +29,14 @@ Consider naming the issue &quot;Release x.x.x.rc1&quot; to make it easier for later search
29 29 1. Check the [Git version](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/tasks/gitlab/check.rake#L794)
30 30 1. There might be other changes. Ask around.
31 31  
32   -### **3. Create an update guide**
  32 +### **3. Create an update guides**
33 33  
34   -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.
  34 +1. Create: CE update guide from previous version. Like `from-6-8-to-6.9`
  35 +1. Create: CE to EE update guide in EE repository for latest version.
  36 +1. Update: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/6.0-to-6.x.md to latest version.
  37 +
  38 +It's best to copy paste the previous guide and make changes where necessary.
  39 +The typical steps are listed below with any points you should specifically look at.
35 40  
36 41 #### 0. Any major changes?
37 42  
... ...