Skip to content

Commit

Permalink
chore: Update release-please config files (#13415)
Browse files Browse the repository at this point in the history
Update release-please config files
  • Loading branch information
yoshi-code-bot authored Jan 13, 2025
1 parent 0e4b54e commit a8c2e40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"extra-files": [
"google/ai/generativelanguage/gapic_version.py",
"google/ai/generativelanguage_v1/gapic_version.py",
"google/ai/generativelanguage_v1alpha/gapic_version.py",
"google/ai/generativelanguage_v1beta/gapic_version.py",
"google/ai/generativelanguage_v1beta2/gapic_version.py",
"google/ai/generativelanguage_v1beta3/gapic_version.py",
Expand All @@ -45,6 +46,11 @@
"path": "samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1alpha.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1beta.json",
Expand Down Expand Up @@ -2260,10 +2266,16 @@
"extra-files": [
"google/cloud/cloudquotas/gapic_version.py",
"google/cloud/cloudquotas_v1/gapic_version.py",
"google/cloud/cloudquotas_v1beta/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.api.cloudquotas.v1.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.api.cloudquotas.v1beta.json",
"type": "json"
}
],
"release-type": "python"
Expand Down

0 comments on commit a8c2e40

Please sign in to comment.