File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function outputChangelog (argv, cb) {
76
76
}
77
77
var content = ''
78
78
var changelogStream = conventionalChangelog ( {
79
- preset : 'standard ' ,
79
+ preset : 'angular ' ,
80
80
outputUnreleased : true ,
81
81
pkg : {
82
82
path : path . resolve ( process . cwd ( ) , './package.json' )
Original file line number Diff line number Diff line change 31
31
"dependencies" : {
32
32
"chalk" : " ^1.1.3" ,
33
33
"conventional-changelog" : " ^1.1.0" ,
34
- "conventional-changelog-standard " : " ^1.2.1 " ,
35
- "conventional-recommended-bump" : " ^0.2.0 " ,
34
+ "conventional-changelog-angular " : " ^1.1.0 " ,
35
+ "conventional-recommended-bump" : " ^0.2.1 " ,
36
36
"figures" : " ^1.5.0" ,
37
37
"fs-access" : " ^1.0.0" ,
38
38
"semver" : " ^5.1.0" ,
39
- "yargs" : " ^4.3.2 "
39
+ "yargs" : " ^4.6.0 "
40
40
},
41
41
"devDependencies" : {
42
42
"chai" : " ^3.5.0" ,
43
43
"coveralls" : " ^2.11.9" ,
44
44
"mocha" : " ^2.4.5" ,
45
- "nyc" : " ^6.2 .1" ,
46
- "shelljs" : " ^0.7 .0" ,
45
+ "nyc" : " ^6.4 .1" ,
46
+ "shelljs" : " 0.6 .0" ,
47
47
"standard" : " ^6.0.8"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments