{ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "include-v-in-tag": true, "include-component-in-tag": false, "release-type": "simple", "packages": { ".": { "extra-files": [ { "type": "generic", "path": "build.gradle.kts" }, { "type": "xml", "path": "src/main/resources/templates/fragments.html", "xpath": "//span[@class=\"footer_version\"]" } ] } } }