Commit 506953a72e77f970a3921df76928249744a65503
1 parent
103c8c1b
Exists in
master
and in
17 other branches
Break sentence in two to fix markdown link
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
doc/release.md
... | ... | @@ -6,7 +6,8 @@ Our main goal is to make it clear which version of GitLab is in an omnibus packa |
6 | 6 | |
7 | 7 | - Pick a tag of GitLab to package (e.g. `v6.6.0`). |
8 | 8 | - Create a release branch in omnibus-gitlab (e.g. `6-6-stable`). |
9 | -- Change [the gitlab-rails version in omnibus-gitlab] (e.g. `version "v6.6.0"`). | |
9 | +- Change [the gitlab-rails version in omnibus-gitlab]. | |
10 | + In our example that would be `version "v6.6.0"`. | |
10 | 11 | - Commit the new version to the release branch |
11 | 12 | |
12 | 13 | ```shell | ... | ... |