Skip to content

Commit babda0a

Browse files
authored
chore: disable compute autorelease (#16925)
1 parent 6d68146 commit babda0a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.librarian/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ libraries:
3737
# TODO(b/501132869): Disabling automatic releases until resolved.
3838
- id: "google-cloud-bigtable"
3939
release_blocked: true
40+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780): Disabling automatic releases until resolved.
41+
- id: "google-cloud-compute"
42+
release_blocked: true
43+

librarian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ libraries:
747747
python:
748748
metadata_name_override: compute
749749
default_version: v1
750+
# TODO(https://github.com/googleapis/google-cloud-python/issues/16780): Disabling automatic releases until resolved.
751+
skip_release: true
750752
- name: google-cloud-compute-v1beta
751753
version: 0.10.0
752754
apis:

0 commit comments

Comments
 (0)