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:
authorMarin Jankovski <marin@gitlab.com>2014-06-10 12:23:23 +0400
committerMarin Jankovski <marin@gitlab.com>2014-06-10 13:16:47 +0400
commitdca6c490ccb8eb1e9bc73e214acf2ac6654f11ea (patch)
tree632c07704b419b2fea2d217ea926598cefd84d68 /doc
parent6384344f156ccec0de746be68b168a745bdf73ae (diff)
Update check task and add to monthly release doc lines about 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.