Skip to content

Commit

Permalink
Docs: changelog出力コマンドを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Feb 18, 2016
1 parent 08639c1 commit e74ae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"start": "npm install && npm run build",
"test": "gulp test",
"build": "gulp build && gulp test",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -r"
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e74ae7b

Please sign in to comment.