From 41353b63626a4d5eae3570015bfba72748364f35 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 15 Jan 2015 02:07:42 +0000 Subject: Fix code block in rc1 doc --- doc/release/howto_rc1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)` -- cgit v1.2.1