We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80b06b commit 5893570Copy full SHA for 5893570
.librarian/config.yaml
@@ -3,4 +3,4 @@ global_files_allowlist:
3
# file during the `release` step to update the latest client library
4
# versions which are hardcoded in the file.
5
- path: "CHANGELOG.md"
6
- permissions: "read-write"
+ permissions: "read-write"
.librarian/state.yaml
@@ -1,10 +1,10 @@
1
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
2
libraries:
- id: google-cloud-pubsub
- version: 2.32.0
+ version: 2.31.1
apis: []
source_roots:
7
- .
8
preserve_regex: []
9
remove_regex: []
10
- tag_format: v{version}
+ tag_format: v{version}
0 commit comments