diff --git a/release-please-config.json b/release-please-config.json index 1e91744643..878c6162f1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,7 +5,24 @@ "group-pull-request-title-pattern": "chore(${branch}): release ${version}", "packages": { ".": { - "extraFiles": ["WORKSPACE"] + "extra-files": [ + "WORKSPACE", + { + "type": "yaml", + "path": ".cloudbuild/cloudbuild.yaml", + "jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION" + }, + { + "type": "yaml", + "path": ".cloudbuild/cloudbuild-test-a.yaml", + "jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION" + }, + { + "type": "yaml", + "path": ".cloudbuild/cloudbuild-test-b.yaml", + "jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION" + } + ] } } } \ No newline at end of file