diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-06-10 10:23:23 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-06-10 11:16:47 +0200 |
commit | dca6c490ccb8eb1e9bc73e214acf2ac6654f11ea (patch) | |
tree | 632c07704b419b2fea2d217ea926598cefd84d68 /doc/release | |
parent | 6384344f156ccec0de746be68b168a745bdf73ae (diff) | |
download | gitlab-ce-dca6c490ccb8eb1e9bc73e214acf2ac6654f11ea.tar.gz |
Update check task and add to monthly release doc lines about gitlab_shell_version file.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/monthly.md | 4 |
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. |