Skip to content

Commit 247f81f

Browse files
committed
Ensure bump commits all three json files
1 parent dded4a2 commit 247f81f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = function(grunt) {
1717
'bump': {
1818
options: {
1919
push: false,
20-
files: ['package.json', 'bower.json', 'composer.json']
20+
files: ['package.json', 'bower.json', 'composer.json'],
21+
commitFiles: ['package.json', 'bower.json', 'composer.json']
2122
}
2223
},
2324
'jasmine': {

0 commit comments

Comments
 (0)