Skip to content

Commit

Permalink
chore: fix release-please-config json extra files parameter (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored and lqiu96 committed Jan 9, 2024
1 parent b76438e commit 8d11c6b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,24 @@
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
"packages": {
".": {
"extraFiles": ["WORKSPACE"]
"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"
}
]
}
}
}

0 comments on commit 8d11c6b

Please sign in to comment.