Commit e2725e3ea9f026029ab1c04a2e0c8d0c1623ce1a

Authored by Marin Jankovski
1 parent b0f67d6e

Add link to gitlab-shell in release.

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
doc/release.md
... ... @@ -8,7 +8,7 @@ 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
  11 +- Change [the gitlab-shell version] if necessary, for example
12 12 `default_version 'c26647b9d919085c669f49c71d0646ac23b9c9d9' # 1.9.4`.
13 13 - Change [the source] to the repo you want to build from (CE / EE)
14 14 - Commit the new version to the release branch
... ... @@ -129,4 +129,5 @@ See a previous [CE example](https://gitlab.com/gitlab-com/www-gitlab-com/merge_r
129 129 and [EE example](https://dev.gitlab.org/gitlab/gitlab-ee/commit/7301417820404f92ca7c0a9940408ef414ef3c01).
130 130  
131 131 [the gitlab-rails version in omnibus-gitlab]: ../master/config/software/gitlab-rails.rb#L20
132   -[the source]: ../master/config/software/gitlab-rails.rb#L34
  132 +[the gitlab-shell version]: ../master/config/software/gitlab-shell.rb#L20
  133 +[the source]: ../master/config/software/gitlab-rails.rb#L34
133 134 \ No newline at end of file
... ...