Skip to content

Commit

Permalink
fix(releae): Prefix tag-names with 'v', for semver-ness
Browse files Browse the repository at this point in the history
  • Loading branch information
Caitlin Potter committed Sep 26, 2013
1 parent f114da2 commit 29f20bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.exports = function(grunt) {
],
'release-complete': [
'git commit CHANGELOG.md package.json -m "chore(release): v%version%"',
'git tag %version%'
'git tag v%version%'
],
'release-start': [
'grunt version:minor:"SNAPSHOT"',
Expand Down

0 comments on commit 29f20bc

Please sign in to comment.