We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa24ea commit 7143c0bCopy full SHA for 7143c0b
grunt/bump.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
options: {
3
- files: ['package.json', 'bower.json'],
4
- commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md'],
+ files: ['package.json', 'package-lock.json', 'bower.json'],
+ commitFiles: ['package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md'],
5
push: false,
6
commitMessage: 'chore: Release v%VERSION%'
7
}
0 commit comments