Skip to content

Commit

Permalink
disable automatic bumping of version by grunt release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Soel committed Jun 13, 2015
1 parent 4d5138b commit e8f2d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ module.exports = function(grunt) {

release: {
options: {
bump: false,
tagName: 'v<%=version%>',
additionalFiles: ['bower.json'],
github: {
Expand Down

0 comments on commit e8f2d82

Please sign in to comment.