We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a01371 commit de48ae4Copy full SHA for de48ae4
1 file changed
.librarian/config.yaml
@@ -35,3 +35,10 @@ libraries:
35
# Allow release for google-cloud-spanner after tests are fixed.
36
- id: "google-cloud-spanner"
37
release_blocked: true
38
+ # TODO(https://github.com/googleapis/google-cloud-python/issues/16780):
39
+ # Allow release for google-cloud-compute (and beta) after we've checked that
40
+ # the gRPC service config is okay.
41
+ - id: "google-cloud-compute"
42
+ release_blocked: true
43
+ - id: "google-cloud-compute-v1beta"
44
0 commit comments