Skip to content

Commit

Permalink
build: Adds release-it configuration block to package.json to modify …
Browse files Browse the repository at this point in the history
…CHANGELOG.md on publish.
  • Loading branch information
mkormendy committed Aug 3, 2021
1 parent d2aacf8 commit 343227b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"release-it": {
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
},
"funding": [
{
"type": "github",
Expand Down

0 comments on commit 343227b

Please sign in to comment.