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

Commit

Permalink
chore(changelog): publish with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed May 12, 2019
1 parent 7824392 commit 8c33ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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",
"test": "npm test --prefix=test"
},
"repository": {
Expand Down Expand Up @@ -78,6 +80,7 @@
"tslib": ">=1.7"
},
"devDependencies": {
"conventional-changelog-cli": "^2.0.21",
"tslib": "^1.9.3",
"typescript": "^3.4.3"
}
Expand Down

0 comments on commit 8c33ded

Please sign in to comment.