Skip to content

Commit

Permalink
chore: Update release-please config files (#13080)
Browse files Browse the repository at this point in the history
Update release-please config files
  • Loading branch information
yoshi-code-bot committed Sep 12, 2024
1 parent ae58345 commit 1f7011b
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 @@ -178,6 +178,7 @@
"packages/google-cloud-workstations": "0.5.8",
"packages/google-geo-type": "0.3.9",
"packages/google-maps-addressvalidation": "0.3.13",
"packages/google-maps-areainsights": "0.0.0",
"packages/google-maps-fleetengine": "0.2.2",
"packages/google-maps-fleetengine-delivery": "0.2.4",
"packages/google-maps-mapsplatformdatasets": "0.4.2",
Expand Down
25 changes: 15 additions & 10 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3197,6 +3197,21 @@
],
"release-type": "python"
},
"packages/google-maps-areainsights": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-maps-areainsights",
"extra-files": [
"google/maps/areainsights/gapic_version.py",
"google/maps/areainsights_v1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.maps.areainsights.v1.json",
"type": "json"
}
],
"release-type": "python"
},
"packages/google-maps-fleetengine": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down Expand Up @@ -3490,16 +3505,6 @@
}
],
"release-type": "python"
},
"packages/google-maps-areainsights": {
"extra-files": [
"google/maps/areainsights_v1/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.maps.areainsights.v1.json",
"jsonpath": "$.clientLibrary.version"
}
]
}
}
}

0 comments on commit 1f7011b

Please sign in to comment.