| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff 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" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,11 @@ | |||
| 1 | + image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest | ||
| 2 | + libraries: | ||
| 3 | + - id: google-auth | ||
| 4 | + version: 2.41.1 | ||
| 5 | + last_generated_commit: 102d9f92ac6ed649a61efd9b208e4d1de278e9bb | ||
| 6 | + apis: [] | ||
| 7 | + source_roots: | ||
| 8 | + - . | ||
| 9 | + preserve_regex: [] | ||
| 10 | + remove_regex: [] | ||
| 11 | + tag_format: v{version} | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments