{ "packages": { ".": { "release-type": "go", "changelog-path": "CHANGELOG.md", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "draft": false, "always-update": true, "prerelease": false, "extra-files": [ { "type": "yaml", "path": "chart/Chart.yaml", "jsonpath": "appVersion" }, { "type": "yaml", "path": "chart/Chart.yaml", "jsonpath": "version" } ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }