Skip to content

Commit

Permalink
chore: Update release-please config files (#12440)
Browse files Browse the repository at this point in the history
Update release-please config files
  • Loading branch information
yoshi-code-bot authored Mar 11, 2024
1 parent 7f11035 commit 8092912
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 @@ -18,6 +18,7 @@
"packages/google-cloud-apigee-registry": "0.6.9",
"packages/google-cloud-appengine-admin": "1.11.3",
"packages/google-cloud-appengine-logging": "1.4.3",
"packages/google-cloud-apphub": "0.0.0",
"packages/google-cloud-artifact-registry": "1.11.3",
"packages/google-cloud-asset": "3.25.0",
"packages/google-cloud-assured-workloads": "1.12.3",
Expand Down
25 changes: 15 additions & 10 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,21 @@
],
"release-type": "python"
},
"packages/google-cloud-apphub": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"component": "google-cloud-apphub",
"extra-files": [
"google/cloud/apphub/gapic_version.py",
"google/cloud/apphub_v1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.apphub.v1.json",
"type": "json"
}
],
"release-type": "python"
},
"packages/google-cloud-artifact-registry": {
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
Expand Down Expand Up @@ -3135,16 +3150,6 @@
}
],
"release-type": "python"
},
"packages/google-cloud-apphub": {
"extra-files": [
"google/cloud/apphub_v1/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.cloud.apphub.v1.json",
"jsonpath": "$.clientLibrary.version"
}
]
}
}
}

0 comments on commit 8092912

Please sign in to comment.