diff --git a/package.json b/package.json index d32f92b..2eeb0f6 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ ], "release-it": { "git": { + "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs", "commitMessage": "chore(release): v${version}", "push": true, "commit": true, @@ -101,12 +102,8 @@ "publish": false, "ignoreVersion": false }, - "plugins": { - "@release-it/conventional-changelog": { - "preset": "angular", - "infile": "CHANGELOG.md", - "header": "# Changelog" - } + "hooks": { + "after:bump": "npx auto-changelog -p --hide-credit" } }, "jest": { @@ -128,4 +125,4 @@ ".ts" ] } -} +} \ No newline at end of file