We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f6fa5 commit 165507dCopy full SHA for 165507d
gruntFile.js
@@ -129,6 +129,12 @@ module.exports = function(grunt) {
129
}
130
},
131
132
+ changelog: {
133
+ options: {
134
+ dest: 'CHANGELOG.md'
135
+ }
136
+ },
137
+
138
watch: {
139
src: {
140
files: ['src/*'],
package.json
@@ -14,6 +14,7 @@
14
"grunt-contrib-jshint": "0.8.x",
15
"grunt-contrib-uglify": "0.2.x",
16
"grunt-contrib-watch": "0.5.x",
17
+ "grunt-conventional-changelog": "~1.0.0",
18
"grunt-karma": "0.6.x",
19
"grunt-ngmin": "0.0.x",
20
"karma": "0.10.x",
0 commit comments