Skip to content

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

release-please-config.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,24 @@
55
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
66
"packages": {
77
".": {
8-
"extraFiles": ["WORKSPACE"]
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+
]
926
}
1027
}
1128
}

0 commit comments

Comments
 (0)