python/.github/release-please-config.json
2025-02-25 23:56:27 +00:00

21 lines
624 B
JSON

{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "python",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"changelog-sections": [
{ "type": "build", "section": "Build System" },
{ "type": "docs", "section": "Documentation" },
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" }
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}