Skip to content

Commit

Permalink
chore: Update release-please config files (#12195)
Browse files Browse the repository at this point in the history
Update release-please config files
  • Loading branch information
yoshi-code-bot authored Jan 12, 2024
1 parent 797c302 commit 268dc87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"packages/google-cloud-build": "3.22.0",
"packages/google-cloud-certificate-manager": "1.5.0",
"packages/google-cloud-channel": "1.17.1",
"packages/google-cloud-cloudquotas": "0.0.0",
"packages/google-cloud-commerce-consumer-procurement": "0.1.1",
"packages/google-cloud-common": "1.3.0",
"packages/google-cloud-compute": "1.15.0",
Expand Down
25 changes: 15 additions & 10 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,21 @@
],
"release-type": "python"
},
"packages/google-cloud-cloudquotas": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-cloud-cloudquotas",
"extra-files": [
"google/cloud/cloudquotas/gapic_version.py",
"google/cloud/cloudquotas_v1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.api.cloudquotas.v1.json",
"type": "json"
}
],
"release-type": "python"
},
"packages/google-cloud-commerce-consumer-procurement": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down Expand Up @@ -3042,16 +3057,6 @@
}
],
"release-type": "python"
},
"packages/google-cloud-cloudquotas": {
"extra-files": [
"google/cloud/cloudquotas_v1/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.api.cloudquotas.v1.json",
"jsonpath": "$.clientLibrary.version"
}
]
}
}
}

0 comments on commit 268dc87

Please sign in to comment.