Skip to content

Commit edc1cca

Browse files
committed
feat: wip
1 parent e6294a1 commit edc1cca

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.librarian/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
image: python-librarian-generator:latest
2+
libraries:
3+
- id: python-pubsub
4+
version: 2.42.0
5+
last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb
6+
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

Comments
 (0)