mirror of
https://github.com/catppuccin/python.git
synced 2026-02-19 16:15:05 +08:00
21 lines
624 B
JSON
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"
|
|
}
|