Releases: sorenlouv/backport
Releases · sorenlouv/backport
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
v8.9.4
v8.9.3
v8.9.1
v8.9.0
v8.7.0
v.8.4.4 to 8.5.1
v8.4.3
Fixes "Author identity unknown" bug (sorenlouv/backport-github-action#41)