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 95a2690 commit 80a7b4cCopy full SHA for 80a7b4c
.librarian/config.yaml
@@ -0,0 +1,6 @@
1
+global_files_allowlist:
2
+ # Allow the container to read and write the root `CHANGELOG.md`
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"
.librarian/state.yaml
@@ -0,0 +1,10 @@
+image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
+libraries:
+ - id: google-cloud-pubsub
+ version: 2.31.1
+ apis: []
+ source_roots:
7
+ - .
8
+ preserve_regex: []
9
+ remove_regex: []
10
+ tag_format: v{version}
0 commit comments