Skip to content

Commit

Permalink
chore: Update release-please config files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 10, 2024
1 parent 9722673 commit d10771f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"packages/google-cloud-video-transcoder": "1.12.3",
"packages/google-cloud-videointelligence": "2.13.3",
"packages/google-cloud-vision": "3.7.2",
"packages/google-cloud-visionai": "0.0.0",
"packages/google-cloud-vm-migration": "1.8.3",
"packages/google-cloud-vmwareengine": "1.4.3",
"packages/google-cloud-vpc-access": "1.10.3",
Expand All @@ -175,6 +176,7 @@
"packages/google-maps-fleetengine-delivery": "0.1.8",
"packages/google-maps-mapsplatformdatasets": "0.3.7",
"packages/google-maps-places": "0.1.14",
"packages/google-maps-routeoptimization": "0.0.0",
"packages/google-maps-routing": "0.6.8",
"packages/google-maps-solar": "0.1.0",
"packages/google-shopping-css": "0.1.4",
Expand Down
42 changes: 42 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,13 @@
"component": "google-cloud-public-ca",
"extra-files": [
"google/cloud/security/publicca/gapic_version.py",
"google/cloud/security/publicca_v1/gapic_version.py",
"google/cloud/security/publicca_v1beta1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.security.publicca.v1.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.security.publicca.v1beta1.json",
Expand Down Expand Up @@ -2902,6 +2908,27 @@
],
"release-type": "python"
},
"packages/google-cloud-visionai": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-cloud-visionai",
"extra-files": [
"google/cloud/visionai/gapic_version.py",
"google/cloud/visionai_v1/gapic_version.py",
"google/cloud/visionai_v1alpha1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.visionai.v1.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.visionai.v1alpha1.json",
"type": "json"
}
],
"release-type": "python"
},
"packages/google-cloud-vm-migration": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down Expand Up @@ -3140,6 +3167,21 @@
],
"release-type": "python"
},
"packages/google-maps-routeoptimization": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-maps-routeoptimization",
"extra-files": [
"google/maps/routeoptimization/gapic_version.py",
"google/maps/routeoptimization_v1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.maps.routeoptimization.v1.json",
"type": "json"
}
],
"release-type": "python"
},
"packages/google-maps-routing": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down

0 comments on commit d10771f

Please sign in to comment.