Commit e2552475e26248d208efe520cf35aad4ea67f74b

Authored by Dmitriy Zaporozhets
2 parents 995d193d 55512a80

Merge branch 'update-guides' into 'master'

Mention all update guides in monthly release doc

Fixes #1328
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 "Release x.x.x.rc1" 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  
... ...