{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug fixes"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "ci",
"section": "CI",
"hidden": true
},
{
"type": "build",
"section": "Build",
"hidden": true
},
{
"type": "chore",
"section": "Chores",
"hidden": true
},
{
"type": "style",
"section": "Style",
"hidden": true
}
],
"packages": {
".": {
"release-type": "rust",
"package-name": "taimux",
"extra-files": [
"Cargo.toml"
]
}
}
}