We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c20971 + 05bb324 commit b7fed5aCopy full SHA for b7fed5a
gruntFile.js
@@ -190,7 +190,8 @@ module.exports = function (grunt) {
190
}
191
},
192
193
- ngmin: moduleNames.reduce(ngMinModulesConfig, {})
+ ngmin: moduleNames.reduce(ngMinModulesConfig, {}),
194
+ changelog: { options: { dest: 'CHANGELOG.md' } }
195
});
196
197
};
package.json
@@ -16,6 +16,7 @@
16
"grunt-contrib-jshint": "~0.5.4",
17
"grunt-contrib-uglify": "~0.2.1",
18
"grunt-contrib-watch": "~0.4.3",
19
+ "grunt-conventional-changelog": "~1.0.0",
20
"grunt-karma": "~0.6.2",
21
"load-grunt-tasks": "~0.2.0",
22
"grunt-ngmin": "0.0.3"
0 commit comments