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 d9fe682 commit 3a3842eCopy full SHA for 3a3842e
Gruntfile.js
@@ -25,14 +25,15 @@ module.exports = function (grunt) {
25
},
26
changelogOpts: {
27
preset: 'angular',
28
- releaseCount: 0
+ releaseCount: 1
29
}
30
31
32
33
bump: {
34
- files: ['package.json'],
35
- commitMessage: 'chore(release): Release version <%= version %>'
+ options: {
+ commitMessage: 'chore(release): Release version <%= version %>'
36
+ }
37
38
});
39
0 commit comments