Skip to content

Commit

Permalink
chore: Regenerate the package table in README.md when autogenerating
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Oct 24, 2024
1 parent 17f6ab4 commit ba2fa51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kokoro/autogenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:googleapis/google-api-dotnet-client.git
Expand Down

0 comments on commit ba2fa51

Please sign in to comment.