Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(internal/gapicgen): properly update modules that have no gapic changes #5945

Merged
merged 3 commits into from Apr 26, 2022

Commits on Apr 26, 2022

  1. fix(internal/gapicgen): properly update modules that have no gapic ch…

    …anges
    
    Previously this was happening thanks to some logic the revolved around
    looking for UNKNOWN date in a generated gapic client. This logic was
    removed around a month ago and hense PRs that have genproto changes
    but no gapic changes have needed some manual updates. With this change
    the update process now parses out what kind of changes happened based
    on context aware commit messages. This means even if there we not chnages
    to the gapic client genproto will still get updated to the latest version
    if there were changes to message types.
    codyoss committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0e6bb11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa1153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99bb6a7 View commit details
    Browse the repository at this point in the history