Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit ac807a3

Browse files
committed
feat(build): Manage the Changelog with "grunt-conventional-changelog":
https://github.com/vojtajina/grunt-conventional-changelog
1 parent 53a6761 commit ac807a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Gruntfile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ module.exports = function(grunt) {
2626
}
2727
},
2828

29+
changelog: {
30+
options: {
31+
//dest: "CHANGELOG.md"
32+
}
33+
},
34+
2935
connect: {
3036
options: {
3137
base: ''

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"karma": "latest",
4141
"protractor": "0.14.0",
4242
"grunt-protractor-runner": "latest",
43-
"grunt-shell-spawn": "latest"
43+
"grunt-shell-spawn": "latest",
44+
"grunt-conventional-changelog": "latest"
4445
},
4546
"scripts": {
4647
"test": "grunt travis --verbose"

0 commit comments

Comments
 (0)