{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "refactor", "section": "Code Refactoring"},
{ "type": "test", "section": "Tests"},
{ "type": "build", "section": "Build System"},
{ "type": "ci", "section": "Continuous Integration"}
],
"include-component-in-tag": false,
"include-v-in-tag": true,
"packages": {
".": {}
},
"release-type": "rust",
"sequential-calls": true
}