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
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 13:35:34 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 13:35:34 +0400
commitd205292552d8ae19e1c7b056bb9c693fd1e66f8c (patch)
treeffb2ef3afe796bbfaed183332dc1fa3534220f32 /doc
parent03587abca0810a47e5ec0298a5f5fc96e09fbab3 (diff)
parentdca6c490ccb8eb1e9bc73e214acf2ac6654f11ea (diff)
Merge branch 'gitlab_shell_version_file' into 'master'
Gitlab shell version file
Diffstat (limited to 'doc')
-rw-r--r--doc/release/monthly.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 446dbc6e6a9..99f2d4cafed 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -160,6 +160,10 @@ git push <remote> x-x-stable
### **3. Set VERSION to x.x.x and push**
+Change the GITLAB_SHELL_VERSION file in `master` of the CE repository if the version changed.
+
+Change the GITLAB_SHELL_VERSION file in `master` of the EE repository if the version changed.
+
Change the VERSION file in `master` branch of the CE repository and commit. Cherry-pick into the `x-x-stable` branch of CE.
Change the VERSION file in `master` branch of the EE repository and commit. Cherry-pick into the `x-x-stable-ee` branch of EE.