File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ module.exports = function (grunt) {
7
7
grunt . loadNpmTasks ( 'grunt-contrib-jshint' ) ;
8
8
grunt . loadNpmTasks ( 'grunt-contrib-watch' ) ;
9
9
grunt . loadNpmTasks ( 'grunt-karma' ) ;
10
+ grunt . loadNpmTasks ( 'grunt-conventional-changelog' ) ;
10
11
11
12
// Project configuration.
12
13
initConfig = {
@@ -46,6 +47,11 @@ module.exports = function (grunt) {
46
47
jshintrc : '.jshintrc'
47
48
}
48
49
} ,
50
+ changelog : {
51
+ options : {
52
+ dest : 'CHANGELOG.md'
53
+ }
54
+ }
49
55
} ;
50
56
51
57
// Register tasks
Original file line number Diff line number Diff line change 23
23
"grunt-contrib-jshint" : " ~0.6.4" ,
24
24
"grunt-contrib-watch" : " ~0.5.3" ,
25
25
"grunt-karma" : " ~0.6.2" ,
26
- "karma" : " ~0.10.2"
26
+ "karma" : " ~0.10.2" ,
27
+ "grunt-conventional-changelog" : " ~1.0.0"
27
28
}
28
29
}
You can’t perform that action at this time.
0 commit comments