Fix code block in rc1 doc

This commit is contained in:
Dmitriy Zaporozhets 2015-01-15 02:07:42 +00:00
parent 8e36070cce
commit 41353b6362
1 changed files with 1 additions and 1 deletions

View File

@ -121,6 +121,6 @@ Add to your local `gitlab-ci/.git/config`:
* Create a stable branch `x-y-stable`
* Bump VERSION to `x.y.0.rc1`
* `git tag -a v$(cat VERSION) -m "Version $(cat VERSION)"
* `git tag -a v$(cat VERSION) -m "Version $(cat VERSION)"`
* `git push public x-y-stable v$(cat VERSION)`