{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, "packages": { ".": { "release-type": "go", "component": "garage-ui", "include-component-in-tag": false, "changelog-path": "CHANGELOG.md", "extra-files": [ { "type": "generic", "path": "helm/garage-ui/Chart.yaml" }, "helm/garage-ui/README.md" ] } } }