{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"bump-minor-pre-major": true,
"include-component-in-tag": false,
"include-v-in-tag": true,
"separate-pull-requests": false,
"bootstrap-sha": "17f8c5d63ee7749980e2ff644c85a9ccc896d7ec",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "security", "section": "Security" },
{ "type": "refactor", "section": "Refactor", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build system", "hidden": true },
{ "type": "ci", "section": "CI", "hidden": true },
{ "type": "chore", "section": "Chores", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true }
],
"packages": {
".": {
"component": "galdr",
"package-name": "galdr"
}
}
}