We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b893ff commit 70f9bd1Copy full SHA for 70f9bd1
1 file changed
.librarian/config.yaml
@@ -4,3 +4,11 @@ global_files_allowlist:
4
# versions which are hardcoded in the file.
5
- path: "CHANGELOG.md"
6
permissions: "read-write"
7
+
8
+libraries:
9
+# libraries have "release_blocked: true" so that releases are
10
+# explicitly initiated.
11
+# TODO(https://github.com/googleapis/google-cloud-python/issues/16180):
12
+# `google-django-spanner` is blocked until the presubmits are green.
13
+ - id: "google-django-spanner"
14
+ release_blocked: true
0 commit comments