From fe02e3b1079aa288adee55ffb7b075cec009c724 Mon Sep 17 00:00:00 2001 From: Mridula Peddada Date: Tue, 9 Jan 2024 13:11:14 -0500 Subject: [PATCH] fix: adjust release-please configs for cloudbuild yaml updates --- release-please-config.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 878c6162f1..658de223cb 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,24 +5,7 @@ "group-pull-request-title-pattern": "chore(${branch}): release ${version}", "packages": { ".": { - "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" - } - ] + "extra-files": ["WORKSPACE", ".cloudbuild/cloudbuild.yaml", ".cloudbuild/cloudbuild-test-a.yaml", ".cloudbuild/cloudbuild-test-b.yaml"] } } } \ No newline at end of file