summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-08 11:16:44 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-08 11:16:44 +0000
commite86e1013709735be5bb767e2b228930c543f25ae (patch)
tree5e17804275c21034068c6333e37a028e227d3075 /doc
parenta4ff12772893ec0596f13b8b8103de2824b84072 (diff)
parent56a19b8043565ea941b31746c52383db14f0b84b (diff)
downloadgitlab-ce-e86e1013709735be5bb767e2b228930c543f25ae.tar.gz
Merge branch 'bump_all_versions' into 'master'
Corrected steps for creating a patch release Added step to bump all versions (CE, EE, CI) every time there is a patch release and the reasoning behind it See merge request !1754
Diffstat (limited to 'doc')
-rw-r--r--doc/release/patch.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/release/patch.md b/doc/release/patch.md
index 68156ae9c0e..4c7b471785f 100644
--- a/doc/release/patch.md
+++ b/doc/release/patch.md
@@ -35,16 +35,13 @@ git clone git@dev.gitlab.org:gitlab/release-tools.git
cd release-tools
```
-Bump version in stable branch, create release tag and push to remotes:
+Bump all versions in stable branch, even if the changes affect only EE, CE, or CI. Since all the versions are synced now,
+it doesn't make sense to say upgrade CE to 7.2, EE to 7.3 and CI to 7.1.
-```
-bundle exec rake release["x.x.x"]
-```
-
-Or if you need to release only EE:
+Create release tag and push to remotes:
```
-CE=false be rake release['x.x.x']
+bundle exec rake release["x.x.x"]
```
### Release