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.15.0
Choose a head ref
  • 16 commits
  • 32 files changed
  • 10 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

Commits on Oct 1, 2024

  1. fix: when parsing multiple messages from a single commit, require 2 n…

    …ewlines (#2390)
    
    * fix: when parsing multiple messages from a single commit, require 2 newlines
    
    * test: fix test name
    
    * try optional windows newlines
    chingor13 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bb5e69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47db9b5 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 16.14.1 (#2393)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9df5b71 View commit details
    Browse the repository at this point in the history
  4. fix: make workspace plugin with separate-pull-request fine (#2310)

    * fix merging behaviour in plugin
    
    * add test
    
    * remove unused test snapshot
    
    * update licnese header
    
    * considering plugin schema carefully
    
    * add unit test
    
    * remove `determineMerge` and set default value directly
    
    * set default value for `separatePullRequests` in `buildPlugin`
    
    ---------
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    Hajime-san and chingor13 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    15c75a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix(java-yoshi): match full artifact id when updating versions (#2398)

    * fix: match full artifact id when updating versions
    
    * add unit tests
    
    * lint
    
    * fix unit test
    
    * lint
    
    * restore package
    
    * restore package
    
    * add unit test
    JoeWang1127 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e062dc1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 16.14.2 (#2394)

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

Commits on Oct 15, 2024

  1. build(deps): bump jsonpath-plus from 9.0.0 to 10.0.0 (#2401)

    Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 9.0.0 to 10.0.0.
    - [Release notes](https://github.com/s3u/JSONPath/releases)
    - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md)
    - [Commits](https://github.com/s3u/JSONPath/commits)
    
    ---
    updated-dependencies:
    - dependency-name: jsonpath-plus
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab989e4 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 16.14.3 (#2404)

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    33e2d6d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    d68f5c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    f9614e3 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 16.14.4 (#2428)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b79f423 View commit details
    Browse the repository at this point in the history
  3. feat: always-update (#2420)

    * feat: add "always-update" config option
    
    Fixes #1459
    
    This patch adds a new option "always-update" that forces existing pull
    requests to be updated even when there are no changes to the
    release notes. This is useful, for example, when the repository
    enforces pull requests to be up-to-date with the main branch before
    they can be merged. Without this option set to `true`, that is, with the
    default behavior of release-please, if the last commit made to the
    main branch does not appear in the release notes, the existing pull
    request branch would not be rebased.
    
    * feat: apply suggested changes
    
    ---------
    
    Co-authored-by: Fabian Meyer <3982806+meyfa@users.noreply.github.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    3 people authored Nov 12, 2024
    1 Configuration menu
    Copy the full SHA
    72d40df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. chore(main): release 16.15.0 (#2429)

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