Thanks to visit codestin.com
Credit goes to github.com

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

Commit ef81fa8

Browse files
committed
Merge pull request #111 from thgreasi/angular1.2
Merging #72, grunt-conventional-changelog module,
2 parents 65ff2f6 + 165507d commit ef81fa8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

gruntFile.js

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)