Skip to content

Commit 165507d

Browse files
committed
Merging angular-ui#72, grunt-conventional-changelog module,
1 parent 91f6fa5 commit 165507d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

gruntFile.js

+6
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ module.exports = function(grunt) {
129129
}
130130
},
131131

132+
changelog: {
133+
options: {
134+
dest: 'CHANGELOG.md'
135+
}
136+
},
137+
132138
watch: {
133139
src: {
134140
files: ['src/*'],

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"grunt-contrib-jshint": "0.8.x",
1515
"grunt-contrib-uglify": "0.2.x",
1616
"grunt-contrib-watch": "0.5.x",
17+
"grunt-conventional-changelog": "~1.0.0",
1718
"grunt-karma": "0.6.x",
1819
"grunt-ngmin": "0.0.x",
1920
"karma": "0.10.x",

0 commit comments

Comments
 (0)