Commit 6ecf9f9571359bea33a23bc6dba9f436513b5864
Exists in
master
and in
11 other branches
Merge branch 'source-sauce' into 'master'
Source sauce
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
doc/release.md
... | ... | @@ -8,6 +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 | 12 | - Commit the new version to the release branch |
12 | 13 | |
13 | 14 | ```shell |
... | ... | @@ -122,3 +123,4 @@ See a previous [CE example](https://gitlab.com/gitlab-com/www-gitlab-com/merge_r |
122 | 123 | and [EE example](https://dev.gitlab.org/gitlab/gitlab-ee/commit/7301417820404f92ca7c0a9940408ef414ef3c01). |
123 | 124 | |
124 | 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 | |
125 | 127 | \ No newline at end of file | ... | ... |