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

feat(internal/gapicgen): change commit formatting to match standard #3500

Merged
merged 5 commits into from Jan 11, 2021
Merged

feat(internal/gapicgen): change commit formatting to match standard #3500

merged 5 commits into from Jan 11, 2021

Commits on Jan 5, 2021

  1. feat(internal/gapicgen): change commit formatting to match standard

    Changing the commit formatting so that it can be parsed as a footer
    with a conventional commits parser. Here is an example of what a
    commit looked like previously:
    
      - docs(dialogflow): update comments on parameters and validation result.
    
      PiperOrigin-RevId: 348673154
      Source-Link: googleapis/googleapis@0795e3f
    
    And what it will look like now:
    
      docs(dialogflow): update comments on parameters and validation result.
        PiperOrigin-RevId: 348673154
        Source-Link: googleapis/googleapis@0795e3f
    codyoss committed Jan 5, 2021
    Copy the full SHA
    d481b12 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Copy the full SHA
    9151cb2 View commit details
    Browse the repository at this point in the history
  2. add more docs and fix tests

    codyoss committed Jan 7, 2021
    Copy the full SHA
    ce59747 View commit details
    Browse the repository at this point in the history
  3. add a breaking change test

    codyoss committed Jan 7, 2021
    Copy the full SHA
    bdfcb94 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Copy the full SHA
    7fc0c7e View commit details
    Browse the repository at this point in the history