{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "signoff": "Pavel Boldyrev <627562+bpg@users.noreply.github.com>", "packages": { ".": { "changelog-path": "CHANGELOG.md", "release-type": "go", "skip-github-release": false, "bump-minor-pre-major": true, "include-v-in-tag": true, "draft": false, "prerelease": false, "extra-files": [ "Makefile", "examples/guides/cloud-image/centos-qcow2/provider.tf", "examples/guides/cloud-image/debian-from-storage/provider.tf", "examples/guides/cloud-image/ubuntu-img/provider.tf", "examples/guides/cloud-init/custom/provider.tf", "examples/guides/cloud-init/native/provider.tf", "examples/guides/clone-vm/provider.tf" ], "changelog-sections": [ { "type": "feat", "section": "Features", "hidden": false }, { "type": "fix", "section": "Bug Fixes", "hidden": false }, { "type": "chore", "section": "Miscellaneous", "hidden": false } ] } } }