Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
chore(changelog): support ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed May 14, 2019
1 parent b4f105a commit c9caaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"bin/"
],
"scripts": {
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"prepublishOnly": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "conventional-changelog -r 0 -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"prepublishOnly": "conventional-changelog -r 0 -p angular -i CHANGELOG.md -s",
"test": "npm test --prefix=test"
},
"repository": {
Expand Down

0 comments on commit c9caaaa

Please sign in to comment.