File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = function (grunt) {
10
10
grunt . loadNpmTasks ( 'grunt-contrib-jshint' ) ;
11
11
grunt . loadNpmTasks ( 'grunt-contrib-copy' ) ;
12
12
grunt . loadNpmTasks ( 'grunt-karma' ) ;
13
+ grunt . loadNpmTasks ( 'grunt-conventional-changelog' ) ;
13
14
14
15
15
16
/**
@@ -131,8 +132,13 @@ module.exports = function (grunt) {
131
132
{ src : [ '<%= dist %>/.tmpl/index.tmpl' ] , dest : '<%= dist %>/index.html' }
132
133
]
133
134
}
135
+ } ,
136
+ changelog : {
137
+ options : {
138
+ dest : 'CHANGELOG.md'
139
+ }
134
140
}
135
141
} ;
136
142
grunt . initConfig ( initConfig ) ;
137
143
138
- } ;
144
+ } ;
Original file line number Diff line number Diff line change 14
14
"grunt-contrib-jshint" : " ~0.5.4" ,
15
15
"grunt-contrib-uglify" : " ~0.2.1" ,
16
16
"grunt-contrib-watch" : " ~0.4.3" ,
17
- "grunt-karma" : " ~0.6.2"
17
+ "grunt-karma" : " ~0.6.2" ,
18
+ "grunt-conventional-changelog" : " ~1.0.0"
18
19
},
19
20
"scripts" : {},
20
21
"repository" : {
You can’t perform that action at this time.
0 commit comments