Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 3a3842e

Browse files
committed
chore(build): fix grunt-bump and log options
1 parent d9fe682 commit 3a3842e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gruntfile.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ module.exports = function (grunt) {
2525
},
2626
changelogOpts: {
2727
preset: 'angular',
28-
releaseCount: 0
28+
releaseCount: 1
2929
}
3030
},
3131
}
3232
},
3333
bump: {
34-
files: ['package.json'],
35-
commitMessage: 'chore(release): Release version <%= version %>'
34+
options: {
35+
commitMessage: 'chore(release): Release version <%= version %>'
36+
}
3637
}
3738
});
3839

0 commit comments

Comments
 (0)