Skip to content

Commit

Permalink
fix: adjust release-please configs for cloudbuild yaml updates (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jan 9, 2024
1 parent 97ae228 commit ed16261
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}

0 comments on commit ed16261

Please sign in to comment.