{ "git": { "commitMessage": "chore: release v${version}", "tagName": "v${version}", "push": true }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "infile": "CHANGELOG.md", "preset": "conventionalcommits" } }, "hooks": { "before:init": "npm test" } }