diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-14 17:44:59 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-14 17:44:59 -0800 |
commit | 8e36070cce9ba4b414397674d1f236c33f2689cc (patch) | |
tree | b9a95e65d570f71da45c31f28c34405900f9d5a1 /doc/release | |
parent | 973449b56748f7e65384ea9f66d72ed9226e0b08 (diff) | |
download | gitlab-ce-8e36070cce9ba4b414397674d1f236c33f2689cc.tar.gz |
Remove bold text
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/howto_rc1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release/howto_rc1.md b/doc/release/howto_rc1.md index 2bfc23951ec..1b55eea5362 100644 --- a/doc/release/howto_rc1.md +++ b/doc/release/howto_rc1.md @@ -2,14 +2,14 @@ The RC1 release comes with the task to update the installation and upgrade docs. Be mindful that there might already be merge requests for this on GitLab or GitHub. -### **1. Update the installation guide** +### 1. Update the installation guide 1. Check if it references the correct branch `x-x-stable` (doesn't exist yet, but that is okay) 1. Check the [GitLab Shell version](/lib/tasks/gitlab/check.rake#L782) 1. Check the [Git version](/lib/tasks/gitlab/check.rake#L794) 1. There might be other changes. Ask around. -### **2. Create update guides** +### 2. Create update guides 1. Create: CE update guide from previous version. Like `7.3-to-7.4.md` 1. Create: CE to EE update guide in EE repository for latest version. @@ -65,7 +65,7 @@ Check if the `init.d/gitlab` script changed since last release: [lib/support/ini #### 10. Check application status -### **3. Code quality indicators** +### 3. Code quality indicators Make sure the code quality indicators are green / good. |