We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a6b00 commit e979515Copy full SHA for e979515
‎grunt/bump.js
@@ -2,7 +2,7 @@ module.exports = {
2
options: {
3
files: ['package.json', 'package-lock.json', 'bower.json'],
4
commitFiles: [
5
- 'package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md',
+ 'package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md', 'lerna.json',
6
'packages/**/package.json', 'packages/**/package-lock.json', 'packages/**/CHANGELOG.md'
7
],
8
push: false,
0 commit comments