Releases: sorenlouv/backport
Releases · sorenlouv/backport
v9.1.1 Throw on insufficient scopes
Now the access token is checked for the required scopes (repo scope for private repos and public_repo for public repos) and aborts with an error if it doesn't.
v9.1.0 Add `commitConflicts` option
Add support for committing conflicts (#470)
This release introduces commitConflicts: boolean
option. It is disabled by default. When enabled it will commit conflicting files when running on CI.
v9.0.0 Add support for handlebars templating engine
Breaking changes:
- Add support for handlebars templating engine #468
The changes to the templating engine requires changes to the options prTitle
and prDescription
if used. Previously these used single braces like {targetBranch}
. This now needs to be double braces {{targetBranch}}
. Please see the docs for more info.
v8.9.8
Pin elastic-apm-node
to 3.46.0 (#465)
v8.9.4
What's Changed
- Update documentation regarding
config-file
option (#442)
- Fix cloning vs pulling by normalizing path (#441)
Thanks to @MstrDC for the contributions 🎉
v8.9.3
- Improve heuritistic for determining if "Rebase and Merge" was used when merging pull request (#434)
- Link to Github action (#428)
v8.9.1
Bug fix for auto merge (#427)
v8.9.0
- Add support for “Rebase and merge” (#422)
- Improve auto-merge by merging immediately if no there are no status checks (#425)
v8.7.0
What's Changed
- Use
sourceCommit
author as author for backport commit (#398)
- Add support for dynamic
targetPRLabels
(#400)
v.8.4.4 to 8.5.1
- Ensure Git error messages are outputted in English. This is needed because the tool parses the error messages (#387)
- Add support for backporting multiple PRs at once via
backport --pr 1 --pr 2
(#395)
- Refactor and improvements when using the inspect flag (
--ls
) (#392)