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 e6294a1 commit edc1ccaCopy full SHA for edc1cca
.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,14 @@
+image: python-librarian-generator:latest
+libraries:
+ - id: python-pubsub
+ version: 2.42.0
+ last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
+ apis: []
7
+ source_roots:
8
+ - google/pubsub
9
+ - google/cloud
10
+ - google/pubsub_v1
11
+ preserve_regex:
12
+ - .*
13
+ remove_regex: []
14
+ tag_format: v{version}
0 commit comments