Commit d36c99a
authored
chore: add .librarian/config.yaml (#14307)
Add a
[.librarian/config.yaml](https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#configyaml)
file to allow the [language specific
container](https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#container-contracts)
to access the `CHANGELOG.md` file when the [librarian release
init](https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#release-init)
command is used.
The proposed `config.yaml` is similar to the examples in
https://github.com/googleapis/librarian/blob/main/doc/language-onboarding.md#release-init
This is needed to update the root
[CHANGELOG.md](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
file which is currently updated using the Github action
[here](https://github.com/googleapis/google-cloud-python/blob/main/.github/workflows/updatechangelog.yml).
We will be able to remove the Github action once all libraries have
migrated off of `release-please` to `librarian release init`1 parent 7bec7ae commit d36c99a
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments