Sync master branch before releasing rc

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-11-11 18:48:39 +02:00
parent 2350c11c87
commit 116f73b540
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
1 changed files with 7 additions and 0 deletions

View File

@ -154,6 +154,13 @@ git clone git@dev.gitlab.org:gitlab/release-tools.git
cd release-tools
```
Release candidate creates stable branch from master.
So we need to sync master branch between all CE remotes. Also do same for EE.
```
bundle exec rake sync
```
Create release candidate and stable branch:
```