Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions librarian.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -749,6 +749,7 @@ libraries:
version: 0.10.0
apis:
- path: google/cloud/confidentialcomputing/v1
- path: google/cloud/confidentialcomputing/v1alpha1
python:
metadata_name_override: confidentialcomputing
default_version: v1
Expand Down
10 changes: 8 additions & 2 deletions release-please-bulk-config.json
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
{
"release-type": "python-librarian",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"packages": {
Expand DownExpand Up@@ -986,10 +985,16 @@
"extra-files": [
"google/cloud/confidentialcomputing/gapic_version.py",
"google/cloud/confidentialcomputing_v1/gapic_version.py",
"google/cloud/confidentialcomputing_v1alpha1/gapic_version.py",
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.confidentialcomputing.v1.json",
"type": "json"
},
{
"jsonpath": "$.clientLibrary.version",
"path": "samples/generated_samples/snippet_metadata_google.cloud.confidentialcomputing.v1alpha1.json",
"type": "json"
}
]
},
Expand DownExpand Up@@ -3776,5 +3781,6 @@
"packages/sqlalchemy-spanner": {
"component": "sqlalchemy-spanner"
}
}
},
"release-type": "python-librarian"
}