Commit c144834
authored
chore(librarian): remove support for owlbot.py; prefer librarian.py (#14896)
This PR addresses the following section from
https://github.com/googleapis/librarian/blob/main/doc/repository-library-onboarding.md#library-setup
```
There is no requirement to stop using library-specific post-processing files as part of this migration. However, any post processing should be included in a file named "librarian.", where corresponds to the script's file extension (e.g., "sh", "py"). While migrating, please also consider opening an issue in your generator repository for any improvements that could reduce your library's post-processing logic.
```
We will need to rename `owlbot.py` to `librarian.py` downstream in the
split repositories1 parent 55369cf commit c144834
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
0 commit comments