File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function outputChangelog (argv, cb) {
7676 }
7777 var content = ''
7878 var changelogStream = conventionalChangelog ( {
79- preset : 'standard ' ,
79+ preset : 'angular ' ,
8080 outputUnreleased : true ,
8181 pkg : {
8282 path : path . resolve ( process . cwd ( ) , './package.json' )
Original file line number Diff line number Diff line change 3131 "dependencies" : {
3232 "chalk" : " ^1.1.3" ,
3333 "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 " ,
3636 "figures" : " ^1.5.0" ,
3737 "fs-access" : " ^1.0.0" ,
3838 "semver" : " ^5.1.0" ,
39- "yargs" : " ^4.3.2 "
39+ "yargs" : " ^4.6.0 "
4040 },
4141 "devDependencies" : {
4242 "chai" : " ^3.5.0" ,
4343 "coveralls" : " ^2.11.9" ,
4444 "mocha" : " ^2.4.5" ,
45- "nyc" : " ^6.2 .1" ,
46- "shelljs" : " ^0.7 .0" ,
45+ "nyc" : " ^6.4 .1" ,
46+ "shelljs" : " 0.6 .0" ,
4747 "standard" : " ^6.0.8"
4848 }
4949}
You can’t perform that action at this time.
0 commit comments