{
    "git": {
        "commitMessage": "release: v${version}"
    },
    "plugins": {
        "@release-it/conventional-changelog": {
            "preset": "conventionalcommits",
            "infile": "CHANGELOG.md"
        }
    },
    "npm": {
        "publish": true,
        "skipChecks": true
    }
}
