summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-14 18:42:52 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-14 18:42:52 -0800
commit2c053c93b2ab6f4a42822a8db537e228463e8129 (patch)
tree0370ba5297142c04bc5465cb34d61ae593e7e6b8
parentc9bdc03bd9eeb4b38a2232eeb7bd9e1b14d76723 (diff)
parent41353b63626a4d5eae3570015bfba72748364f35 (diff)
downloadgitlab-ce-2c053c93b2ab6f4a42822a8db537e228463e8129.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
-rw-r--r--doc/release/howto_rc1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/howto_rc1.md b/doc/release/howto_rc1.md
index 1b55eea5362..25923d16f34 100644
--- a/doc/release/howto_rc1.md
+++ b/doc/release/howto_rc1.md
@@ -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)`