{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug fixes" },
{ "type": "perf", "section": "Performance improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "refactor", "section": "Code refactoring" },
{ "type": "build", "section": "Build system" },
{ "type": "ci", "section": "Continuous integration" },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "chore", "section": "Chores", "hidden": true }
],
"plugins": [
{ "type": "sentence-case" }
],
"packages": {
".": {
"initial-version": "0.1.0",
"package-name": "maryada"
}
}
}