{ "packages": { ".": { "release-type": "python", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "include-component-in-tag": false, "extra-files": [ { "type": "generic", "path": "Dockerfile", "glob": false } ], "changelog-sections": [ { "type": "feat", "section": "New Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance" }, { "type": "refactor", "section": "Refactoring" }, { "type": "docs", "section": "Documentation" }, { "type": "chore", "section": "Maintenance", "hidden": true }, { "type": "ci", "section": "CI/CD", "hidden": true }, { "type": "test", "section": "Tests", "hidden": true }, { "type": "build", "section": "Build", "hidden": true }, { "type": "style", "section": "Style", "hidden": true } ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }