Skip to content

Commit

Permalink
chore(releases): add changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 6, 2024
1 parent 5ef5bd2 commit 4e470bb
Show file tree
Hide file tree
Showing 3 changed files with 756 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
},
"infile": "CHANGELOG.md"
}
}
}
Loading

0 comments on commit 4e470bb

Please sign in to comment.