From 95dc49eb55d539b0a49eba59c9711bcede6f1698 Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:54:38 +0000 Subject: [PATCH] fix: adjust release-please configs for cloudbuild yaml updates (#2351) --- 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