{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"extra-files": [
"README.md",
"book/src/README.md",
"book/src/api-reference.md",
"src/lib.rs"
],
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation Changes"},
{"type": "example", "section": "Example Changes"},
{"type": "ci", "section": "CI Changes"},
{"type": "test", "section": "Test Changes"}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}