quivr/release-please-config.json
2024-10-21 14:32:21 +02:00

12 lines
286 B
JSON

{
"packages": {
"core": {
"release-type": "python",
"package-name": "core",
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": false,
"tag-separator": "-",
"component": "core"
}
}
}