commit | a1db9f1152620b1995ae75cec34e41151ef830a2 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周三 1月 27 13:02:28 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周三 1月 27 13:02:28 2010 +0100 |
tree | 0ab761392524bfa4d44617092672f76b35998e4e | |
parent | 1f2741aa131cbced71986f934081517d28acc683 [diff] [blame] |
Don't prefix tag names with 'v'. If you want that behaviour, include the 'v' on the command line manually.
diff --git a/git-flow-release b/git-flow-release index 448a326..fa35e40 100644 --- a/git-flow-release +++ b/git-flow-release
@@ -82,7 +82,7 @@ # merge into master git checkout $MASTER_BRANCH git merge --no-ff $BRANCH - git tag v$VERSION + git tag $VERSION # merge into develop git checkout $DEVELOP_BRANCH