Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-11 19:48:39 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-11-11 19:48:39 +0300
commit116f73b540ba0249e8df1da97fd4189b0327ebce (patch)
treee58dd3564e02f870bcc82bb1b67eebc02fcceb46
parent2350c11c87894c5a96ecadd58267e116624dea8d (diff)
Sync master branch before releasing rc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--doc/release/monthly.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index fa1a883f4b2..affe634587d 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -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:
```