1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-12-12 22:23:20 +00:00
Files
osc-variant/release-please-config.json

11 lines
313 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"release-type": "rust",
"packages": {
".": { }
}
}