From 56a19b8043565ea941b31746c52383db14f0b84b Mon Sep 17 00:00:00 2001 From: Patricio Cano Date: Tue, 7 Apr 2015 15:24:15 -0500 Subject: Added step to bump all versions (CE, EE, CI) every time there is a patch release and the reasoning behind it --- doc/release/patch.md | 11 ++++------- 1 file 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 -- cgit v1.2.1