Skip to content

Commit ed16261

Browse files
authored
fix: adjust release-please configs for cloudbuild yaml updates (#2351)
1 parent 97ae228 commit ed16261

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

release-please-config.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,7 @@
55
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
66
"packages": {
77
".": {
8-
"extra-files": [
9-
"WORKSPACE",
10-
{
11-
"type": "yaml",
12-
"path": ".cloudbuild/cloudbuild.yaml",
13-
"jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION"
14-
},
15-
{
16-
"type": "yaml",
17-
"path": ".cloudbuild/cloudbuild-test-a.yaml",
18-
"jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION"
19-
},
20-
{
21-
"type": "yaml",
22-
"path": ".cloudbuild/cloudbuild-test-b.yaml",
23-
"jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION"
24-
}
25-
]
8+
"extra-files": ["WORKSPACE", ".cloudbuild/cloudbuild.yaml", ".cloudbuild/cloudbuild-test-a.yaml", ".cloudbuild/cloudbuild-test-b.yaml"]
269
}
2710
}
2811
}

0 commit comments

Comments
 (0)