summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-15 02:07:42 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-15 02:07:42 +0000
commit41353b63626a4d5eae3570015bfba72748364f35 (patch)
tree6fb2f31d58423c9a31beb6e1b518d2bfb5259151 /doc/release
parent8e36070cce9ba4b414397674d1f236c33f2689cc (diff)
downloadgitlab-ce-41353b63626a4d5eae3570015bfba72748364f35.tar.gz
Fix code block in rc1 doc
Diffstat (limited to 'doc/release')
-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)`