Skip to content

Commit b7fed5a

Browse files
committed
feat(grunt): add 'changelog' task
Merge branch 'grunt-conventional-changelog' of https://github.com/PascalPrecht/ui-utils into PascalPrecht-grunt-conventional-changelog Closes angular-ui#145
2 parents 3c20971 + 05bb324 commit b7fed5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gruntFile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ module.exports = function (grunt) {
190190
}
191191
},
192192

193-
ngmin: moduleNames.reduce(ngMinModulesConfig, {})
193+
ngmin: moduleNames.reduce(ngMinModulesConfig, {}),
194+
changelog: { options: { dest: 'CHANGELOG.md' } }
194195
});
195196

196197
};

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"grunt-contrib-jshint": "~0.5.4",
1717
"grunt-contrib-uglify": "~0.2.1",
1818
"grunt-contrib-watch": "~0.4.3",
19+
"grunt-conventional-changelog": "~1.0.0",
1920
"grunt-karma": "~0.6.2",
2021
"load-grunt-tasks": "~0.2.0",
2122
"grunt-ngmin": "0.0.3"

0 commit comments

Comments
 (0)