Skip to content

Commit

Permalink
fix: don't create commit or tag on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 5, 2023
1 parent 7761328 commit 816c8dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ module.exports = function (grunt) {
bump: {
options: {
files: bumpFiles,
commitFiles: bumpFiles.concat(['_src/ChangeLog.html']),
push: false
push: false,
commit: false,
createTag: false
}
},
clean: {
Expand Down

0 comments on commit 816c8dd

Please sign in to comment.