feat: always-update by zirkelc · Pull Request #2420 · googleapis/release-please (original) (raw)
and others added 4 commits
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.
chingor13 changed the title
feat: always-update (copy of #2337) feat: always-update
chingor13 added this pull request to the merge queue
soulsam480 pushed a commit to revenuehero/release-please that referenced this pull request
- 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.
- feat: apply suggested changes
Co-authored-by: Fabian Meyer 3982806+meyfa@users.noreply.github.com Co-authored-by: Jeff Ching chingor@google.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})