Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/release-please
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.13.0
Choose a base ref
...
head repository: googleapis/release-please
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.14.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 17, 2024

  1. feat: handle multiple commits in a single message (#2358)

    * feat: handle multiple commits in a single message
    
    - updated `splitMessages` function to handle multiple conventional commits within the main message
    - added logic to separate conventional commits (feat, fix, docs, etc.) within the main message
    - preserved the original message structure outside of nested commit blocks
    - enhanced breaking change detection from commit body in `toConventionalChangelogFormat` and `postProcessCommits` functions
    
    Resolves #2357
    
    * test: new test case for parsing multiple commits
    
    - added new test cases for parsing multiple commits from a single message
    - added fixture file for multiple commits in a single message
    - changed the order of the expected commits in `multiple-messages` and `1257-breaking-change` fixtures since the order of the commits in the is not reversed anymore
    
    * test: remove duplicate test for parsing multiple commits
    dgokcin authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ec41c38 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 16.14.0 (#2383)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 17, 2024
    1 Configuration menu
    Copy the full SHA
    2889497 View commit details
    Browse the repository at this point in the history
Loading