{ "npm": { "publish": true }, "github": { "release": true }, "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}", "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs" }, "hooks": { "after:bump": "npx auto-changelog -p" } }