nsa/release-please-config.json
2024-03-17 12:50:11 +00:00

14 lines
374 B
JSON

{
"packages": {
".": {
"package-name": "okrust",
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}