Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snmaynard committed May 15, 2014
1 parent 36edf29 commit e2c55a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports = (grunt) ->
done = this.async()
releaseVersion = grunt.template.process("<%= pkg.version %>")

child = exec "git commit -am \"v#{releaseVersion}\" && git tag v#{releaseVersion}", (error, stdout, stderr) ->
child = exec "git commit -am \"v#{releaseVersion}\" && git tag --force v#{releaseVersion}", (error, stdout, stderr) ->
console.log("Error running git tag: " + error) if error?
done(!error?)

Expand Down

0 comments on commit e2c55a8

Please sign in to comment.