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

Commit 21d4a84

Browse files
committed
chore(grunt): adds grunt-conventional-changelog
1 parent b05155a commit 21d4a84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gruntFile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ module.exports = function (grunt) {
9494
return {src: [f], dest: '<%= dist %>/' + f, filter: 'isFile'};
9595
}))
9696
}
97+
},
98+
changelog: {
99+
options: {
100+
dest: 'CHANGELOG.md'
101+
}
97102
}
98103
});
99104

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"requirejs": "~2.1.9",
2525
"karma-requirejs": "~0.2.0",
2626
"karma-phantomjs-launcher": "~0.1.1",
27-
"karma": "~0.10.8"
27+
"karma": "~0.10.8",
28+
"grunt-conventional-changelog": "~1.0.0"
2829
},
2930
"scripts": {},
3031
"repository": {

0 commit comments

Comments
 (0)