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.14.4
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
  • 2 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 12, 2024

  1. 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