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