Commit 9efccf028fcf67b50d8c532beede8fb0f9b16f2a
1 parent
56cd5ea8
Exists in
master
and in
11 other branches
reference to source in file
Showing
1 changed file
with
2 additions
and
1 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]. |
10 | 10 | In our example that would be `version "v6.6.0"`. |
11 | -- Change the source to the repo you want to build from (CE / EE) | |
11 | +- Change [the source] to the repo you want to build from (CE / EE) | |
12 | 12 | - Commit the new version to the release branch |
13 | 13 | |
14 | 14 | ```shell |
... | ... | @@ -123,3 +123,4 @@ See a previous [CE example](https://gitlab.com/gitlab-com/www-gitlab-com/merge_r |
123 | 123 | and [EE example](https://dev.gitlab.org/gitlab/gitlab-ee/commit/7301417820404f92ca7c0a9940408ef414ef3c01). |
124 | 124 | |
125 | 125 | [the gitlab-rails version in omnibus-gitlab]: ../master/config/software/gitlab-rails.rb#L20 |
126 | +[the source]: ../master/config/software/gitlab-rails.rb#L34 | |
126 | 127 | \ No newline at end of file | ... | ... |