{
"packages": {
".": {
"release-type": "rust",
"include-component-in-tag": false,
"prerelease": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"extra-files": ["README.md"],
"changelog-sections": [
{
"type": "fix",
"section": "๐ Bug Fixes"
},
{
"type": "feat",
"section": "โจ New Features"
},
{
"type": "chore",
"hidden": true,
"section": "๐งน Chore"
},
{
"type": "docs",
"section": "๐ Documentation"
},
{
"type": "perf",
"section": "๐ Performance"
},
{
"type": "build",
"hidden": true,
"section": "๐ ๏ธ Build"
},
{
"type": "deps",
"section": "๐ฆ Dependencies"
},
{
"type": "ci",
"hidden": true,
"section": "๐ฆ CI"
},
{
"type": "refactor",
"section": "๐ Refactoring"
},
{
"type": "revert",
"section": "๐ Reverts"
},
{
"type": "style",
"hidden": true,
"section": "๐จ Styling"
},
{
"type": "test",
"hidden": true,
"section": "๐งช Tests"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}