Skip to content

Commit f8a6b00

Browse files
author
Portugal
committed
chore: 🤖 update bump commit files
1 parent 98b0f6b commit f8a6b00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎grunt/bump.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
module.exports = {
22
options: {
33
files: ['package.json', 'package-lock.json', 'bower.json'],
4-
commitFiles: ['package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md'],
4+
commitFiles: [
5+
'package.json', 'package-lock.json', 'bower.json', 'CHANGELOG.md',
6+
'packages/**/package.json', 'packages/**/package-lock.json', 'packages/**/CHANGELOG.md'
7+
],
58
push: false,
69
commitMessage: 'chore: Release v%VERSION%'
710
}

0 commit comments

Comments
 (0)