Skip to content

Commit

Permalink
fix: changelog error
Browse files Browse the repository at this point in the history
  • Loading branch information
doxiaodong committed Jul 4, 2018
1 parent ad4adb6 commit 1689129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"codecov": "cat ./coverage/lcov.info | codecov",
"ci": "npm run clean && tsc -d && npm run test",
"test": "jest --coverage",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"author": "doxiaodong",
"license": "MIT",
Expand Down

0 comments on commit 1689129

Please sign in to comment.