Skip to content

Commit

Permalink
feat(changelog): added CHANGELOG generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro2356 committed Jul 16, 2024
1 parent dd89592 commit 9f11ee3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
},
"github": {
"release": true
Expand Down

0 comments on commit 9f11ee3

Please sign in to comment.