googleapis / synthtool

Apache License 2.0
87 stars 82 forks source link

feat: add `libraries_bom_version` in metadata #1956

Closed JoeWang1127 closed 4 months ago

JoeWang1127 commented 4 months ago

In this PR:

JoeWang1127 commented 4 months ago

These lines prevent me to write a unit test running in kokoro.

# skip README generation on Kokoro (autosynth)
    if os.environ.get("KOKORO_ROOT") is not None:
        # README.md is now synthesized separately. This prevents synthtool from deleting the
        # README as it's no longer generated here.
        excludes.append("README.md")