Skip to content

Commit 45eade5

Browse files
chore: Update release-please config files (googleapis#13829)
Update release-please config files Fixes googleapis#13828
1 parent 2971dce commit 45eade5

File tree

2 files changed

+32
-20
lines changed

2 files changed

+32
-20
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"packages/google-cloud-kms-inventory": "0.2.14",
106106
"packages/google-cloud-language": "2.17.1",
107107
"packages/google-cloud-life-sciences": "0.9.17",
108+
"packages/google-cloud-lustre": "0.0.0",
108109
"packages/google-cloud-managed-identities": "1.12.1",
109110
"packages/google-cloud-managedkafka": "0.1.9",
110111
"packages/google-cloud-media-translation": "0.11.16",
@@ -203,6 +204,7 @@
203204
"packages/google-shopping-merchant-inventories": "0.1.14",
204205
"packages/google-shopping-merchant-lfp": "0.1.9",
205206
"packages/google-shopping-merchant-notifications": "0.1.7",
207+
"packages/google-shopping-merchant-ordertracking": "0.0.0",
206208
"packages/google-shopping-merchant-products": "0.2.4",
207209
"packages/google-shopping-merchant-promotions": "0.1.7",
208210
"packages/google-shopping-merchant-quota": "0.1.7",

release-please-config.json

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,6 +1819,21 @@
18191819
],
18201820
"release-type": "python"
18211821
},
1822+
"packages/google-cloud-lustre": {
1823+
"bump-minor-pre-major": true,
1824+
"bump-patch-for-minor-pre-major": true,
1825+
"component": "google-cloud-lustre",
1826+
"extra-files": [
1827+
"google/cloud/lustre/gapic_version.py",
1828+
"google/cloud/lustre_v1/gapic_version.py",
1829+
{
1830+
"jsonpath": "$.clientLibrary.version",
1831+
"path": "samples/generated_samples/snippet_metadata_google.cloud.lustre.v1.json",
1832+
"type": "json"
1833+
}
1834+
],
1835+
"release-type": "python"
1836+
},
18221837
"packages/google-cloud-managed-identities": {
18231838
"bump-minor-pre-major": true,
18241839
"bump-patch-for-minor-pre-major": true,
@@ -3577,6 +3592,21 @@
35773592
],
35783593
"release-type": "python"
35793594
},
3595+
"packages/google-shopping-merchant-ordertracking": {
3596+
"bump-minor-pre-major": true,
3597+
"bump-patch-for-minor-pre-major": true,
3598+
"component": "google-shopping-merchant-ordertracking",
3599+
"extra-files": [
3600+
"google/shopping/merchant_ordertracking/gapic_version.py",
3601+
"google/shopping/merchant_ordertracking_v1beta/gapic_version.py",
3602+
{
3603+
"jsonpath": "$.clientLibrary.version",
3604+
"path": "samples/generated_samples/snippet_metadata_google.shopping.merchant.ordertracking.v1beta.json",
3605+
"type": "json"
3606+
}
3607+
],
3608+
"release-type": "python"
3609+
},
35803610
"packages/google-shopping-merchant-products": {
35813611
"bump-minor-pre-major": true,
35823612
"bump-patch-for-minor-pre-major": true,
@@ -3689,26 +3719,6 @@
36893719
"component": "grpc-google-iam-v1",
36903720
"extra-files": [],
36913721
"release-type": "python"
3692-
},
3693-
"packages/google-shopping-merchant-ordertracking": {
3694-
"extra-files": [
3695-
"google/shopping/merchant_ordertracking_v1beta/gapic_version.py",
3696-
{
3697-
"type": "json",
3698-
"path": "samples/generated_samples/snippet_metadata_google.shopping.merchant.ordertracking.v1beta.json",
3699-
"jsonpath": "$.clientLibrary.version"
3700-
}
3701-
]
3702-
},
3703-
"packages/google-cloud-lustre": {
3704-
"extra-files": [
3705-
"google/cloud/lustre_v1/gapic_version.py",
3706-
{
3707-
"type": "json",
3708-
"path": "samples/generated_samples/snippet_metadata_google.cloud.lustre.v1.json",
3709-
"jsonpath": "$.clientLibrary.version"
3710-
}
3711-
]
37123722
}
37133723
}
37143724
}

0 commit comments

Comments
 (0)