Skip to content

Commit

Permalink
Merge pull request #195 from sdirix/fix-tag-annotation
Browse files Browse the repository at this point in the history
Fix deploy script to create a proper annotation for the Git release tag
  • Loading branch information
edgarmueller committed Apr 1, 2016
2 parents d966103 + 0286ee4 commit be19b94
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 @@ -318,7 +318,7 @@ module.exports = function(grunt) {
deploy: {
options: {
tag: 'v<%= pkg.version %>',
message: 'Release version v%= pkg.version %'
message: 'Release version v<%= pkg.version %>'
}
}
},
Expand Down

0 comments on commit be19b94

Please sign in to comment.