Commit c9f0e376358f0ead954379c55dc6aaae670adad8

Authored by Jacob Vosmaer
1 parent 674a171b

Add a reminder for gitlab-shell to doc/release.md

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/release.md
... ... @@ -8,6 +8,8 @@ Our main goal is to make it clear which version of GitLab is in an omnibus packa
8 8 - Create a release branch in omnibus-gitlab (e.g. `6-6-stable`).
9 9 - Change [the gitlab-rails version in omnibus-gitlab]. In our example that would be
10 10 `default_version '490f99d45e0f610e88505ff0fb2dc83a557e22c5' # 6.6.0`.
  11 +- Change the gitlab-shell version if necessary, for example
  12 + `default_version 'c26647b9d919085c669f49c71d0646ac23b9c9d9' # 1.9.4`.
11 13 - Change [the source] to the repo you want to build from (CE / EE)
12 14 - Commit the new version to the release branch
13 15  
... ...