Commit 249a63d
authored
chore: preserve files for librarian generation (#14205)
This PR adds the following patterns to `preserve_regex` to reduce the
diff during client library generation using [librarian
](https://github.com/googleapis/librarian).
- gapic_version.py
- samples/generated_samples/snippet_metadata_
- scripts/client-post-processing
If we don't do this, we will have ~500 changed files when we migrate the
client library generation from
[owlbot](https://github.com/googleapis/repo-automation-bots/tree/main/packages/owl-bot)
to [librarian
](https://github.com/googleapis/librarian), which would be too noisy.1 parent 32f77ca commit 249a63d
File tree
2 files changed
+6
-0
lines changed- .librarian
- scripts/configure_state_yaml
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments