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: add "always-update" config option #2337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 14, 2024

  1. feat: add "always-update" config option

    Fixes googleapis#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.
    meyfa committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0b387bb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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