{ "npm": { "publish": false }, "git": { "commitMessage": "chore: release v${version}", "tagName": "v${version}", "requireBranch": "main" }, "github": { "release": false }, "hooks": { "before:git:release": "echo 'Check: README.md reflects current modules and env vars before tagging'" }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "conventionalcommits", "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance" }, { "type": "refactor", "section": "Refactoring" }, { "type": "docs", "section": "Documentation" }, { "type": "chore", "section": "Maintenance", "hidden": true }, { "type": "ci", "section": "CI/CD", "hidden": true }, { "type": "test", "section": "Tests", "hidden": true } ] }, "infile": "CHANGELOG.md" } } }