Skip to content

Commit bf94eb5

Browse files
authored
fix: correct release config target version files (#18279)
1 parent b3d76b9 commit bf94eb5

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

release-please-bulk-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,13 @@
645645
"component": "google-cloud-biglake-hive",
646646
"extra-files": [
647647
"google/cloud/biglake_hive/gapic_version.py",
648+
"google/cloud/biglake_hive_v1/gapic_version.py",
648649
"google/cloud/biglake_hive_v1beta/gapic_version.py",
650+
{
651+
"jsonpath": "$.clientLibrary.version",
652+
"path": "samples/generated_samples/snippet_metadata_google.cloud.biglake.hive.v1.json",
653+
"type": "json"
654+
},
649655
{
650656
"jsonpath": "$.clientLibrary.version",
651657
"path": "samples/generated_samples/snippet_metadata_google.cloud.biglake.hive.v1beta.json",
@@ -1046,6 +1052,7 @@
10461052
"packages/google-cloud-compute-v1beta": {
10471053
"component": "google-cloud-compute-v1beta",
10481054
"extra-files": [
1055+
"google/cloud/compute/gapic_version.py",
10491056
"google/cloud/compute_v1beta/gapic_version.py",
10501057
{
10511058
"jsonpath": "$.clientLibrary.version",

release-please-individual-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"packages/google-shopping-merchant-loyaltycustomers": {
8181
"component": "google-shopping-merchant-loyaltycustomers",
8282
"extra-files": [
83-
"google/shopping/merchant/loyaltycustomers/gapic_version.py",
84-
"google/shopping/merchant/loyaltycustomers_v1/gapic_version.py",
83+
"google/shopping/merchant_loyaltycustomers/gapic_version.py",
84+
"google/shopping/merchant_loyaltycustomers_v1/gapic_version.py",
8585
{
8686
"jsonpath": "$.clientLibrary.version",
8787
"path": "samples/generated_samples/snippet_metadata_google.shopping.merchant.loyaltycustomers.v1.json",

0 commit comments

Comments
 (0)