Commit e86e1013 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
parents a4ff1277 56a19b80
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment