Commit a1db9f11 authored by Vincent Driessen's avatar Vincent Driessen

Don't prefix tag names with 'v'. If you want that behaviour, include the 'v'...

Don't prefix tag names with 'v'. If you want that behaviour, include the 'v' on the command line manually.
parent 1f2741aa
...@@ -82,7 +82,7 @@ cmd_finish() { ...@@ -82,7 +82,7 @@ cmd_finish() {
# merge into master # merge into master
git checkout $MASTER_BRANCH git checkout $MASTER_BRANCH
git merge --no-ff $BRANCH git merge --no-ff $BRANCH
git tag v$VERSION git tag $VERSION
# merge into develop # merge into develop
git checkout $DEVELOP_BRANCH git checkout $DEVELOP_BRANCH
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment