googleapis / google-api-dotnet-client

Google APIs Client Library for .NET
https://developers.google.com/api-client-library/dotnet
Apache License 2.0
1.36k stars 528 forks source link

tools: Create a separate commit per API when autogenerating #2805

Closed jskeet closed 3 months ago

jskeet commented 3 months ago

Fixes b/356542323

jskeet commented 3 months ago

One thought: it would involve a bit more work, but we could potentially include the Discovery doc revision ID (or the generated version number) in the commit message, if that would be useful. We could potentially do that later if we found we wanted it though.

jskeet commented 3 months ago

Added two more commits, one to handle the .original files, and the other to improve the commit message. Ready for another round of review.