From baac3892db6403167dba746790de15b737406742 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 24 Oct 2024 10:32:10 +0100 Subject: [PATCH] chore: Regenerate the package table in README.md when autogenerating --- .kokoro/autogenerate.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.kokoro/autogenerate.sh b/.kokoro/autogenerate.sh index e80e8dac837..546029f9e60 100755 --- a/.kokoro/autogenerate.sh +++ b/.kokoro/autogenerate.sh @@ -81,6 +81,11 @@ done git add --all git commit -a -m "chore: Delete obsolete Discovery docs" || true +# Regenerate the package table in README.md +dotnet run --project Src/Tools/UpdateReadmePackageList -- README.md DiscoveryJson +git add --all +git commit -a -m "chore: Update the package table in README.md" || true + # Push changes to git, not to the main branch but to branchname # We change the origin URL so that we can push with SSH git remote set-url origin git@github.com:googleapis/google-api-dotnet-client.git