Commit 6dc09db53d5951fe274c3ff6d35ac77d40e2a310
1 parent
dc1eff9b
Exists in
spb-stable
and in
2 other branches
monthly doc tweet template, small changes
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
doc/release/monthly.md
1 | 1 | # Monthly Release |
2 | -NOTE: This is a guide for GitLab developers. If you are trying to install GitLab see the latest stable [installation guide](install/installation.md) and if you are trying to upgrade, see the [upgrade guides](update). | |
2 | +NOTE: This is a guide for GitLab developers. | |
3 | 3 | |
4 | 4 | # **15th - Code Freeze & Release Manager** |
5 | 5 | |
... | ... | @@ -94,7 +94,9 @@ git tag -a vx.x.0.rc1 -m 'Version x.x.0.rc1' |
94 | 94 | |
95 | 95 | ### **7. Tweet** |
96 | 96 | |
97 | -Tweet about the RC release. Make sure to explain what a RC is. | |
97 | +Tweet about the RC release: | |
98 | + | |
99 | +> GitLab x.x.x.rc1 is out. This is a release candidate intended for testing only. Please let us know if you find regressions. | |
98 | 100 | |
99 | 101 | ### **8. Update Cloud** |
100 | 102 | |
... | ... | @@ -103,7 +105,7 @@ Merge the RC1 code into Cloud. Once the build is green, deploy in the morning. |
103 | 105 | It is important to do this as soon as possible, so we can catch any errors before we release the full version. |
104 | 106 | |
105 | 107 | |
106 | -# **22nd - Release** | |
108 | +# **22nd - Release CE and EE** | |
107 | 109 | |
108 | 110 | For GitLab EE, append -ee to the branches and tags. |
109 | 111 | ... | ... |