We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d614a commit a17ea29Copy full SHA for a17ea29
release-please-config.json
@@ -5,7 +5,24 @@
5
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
6
"packages": {
7
".": {
8
- "extraFiles": ["WORKSPACE"]
+ "extra-files": [
9
+ "WORKSPACE",
10
+ {
11
+ "type": "yaml",
12
+ "path": ".cloudbuild/cloudbuild.yaml",
13
+ "jsonpath": "$.substitutions._SHARED_DEPENDENCIES_VERSION"
14
+ },
15
16
17
+ "path": ".cloudbuild/cloudbuild-test-a.yaml",
18
19
20
21
22
+ "path": ".cloudbuild/cloudbuild-test-b.yaml",
23
24
+ }
25
+ ]
26
}
27
28
0 commit comments