diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c927dc080b..e2c92f94d0d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -199,6 +199,7 @@ "packages/google-shopping-merchant-promotions": "0.1.4", "packages/google-shopping-merchant-quota": "0.1.4", "packages/google-shopping-merchant-reports": "0.1.11", + "packages/google-shopping-merchant-reviews": "0.0.0", "packages/google-shopping-type": "0.1.9", "packages/grafeas": "1.12.1" } diff --git a/release-please-config.json b/release-please-config.json index 086a7bfbc5dd..5c92ac9ab7f5 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3518,6 +3518,21 @@ ], "release-type": "python" }, + "packages/google-shopping-merchant-reviews": { + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "component": "google-shopping-merchant-reviews", + "extra-files": [ + "google/shopping/merchant_reviews/gapic_version.py", + "google/shopping/merchant_reviews_v1beta/gapic_version.py", + { + "jsonpath": "$.clientLibrary.version", + "path": "samples/generated_samples/snippet_metadata_google.shopping.merchant.reviews.v1beta.json", + "type": "json" + } + ], + "release-type": "python" + }, "packages/google-shopping-type": { "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,