Skip to content

Releases: sorenlouv/backport

v9.5.0

09 Apr 21:55
Compare
Choose a tag to compare

What's Changed

  • Fix null pointer when merge conflict is missing by @sorenlouv in #498
  • Pick target branch from first commit's suggestedTargetBranches in non-interactive mode by @karolkpl in #493
  • Add draft option to publish PRs as drafts by @ian-h-chamberlain in #489

v9.4.4

05 Mar 14:17
Compare
Choose a tag to compare

What's Changed

v9.4.0 `backportBranchName` option

20 Sep 07:12
Compare
Choose a tag to compare

What's Changed

  • fix: test where CLI output is cutoff in #477
  • feat: backportBranchName option to configure the branch name in #478

v9.3.0

02 Sep 23:57
Compare
Choose a tag to compare

What's Changed

  • Add --copy-source-pr-labels option and rename --add-original-reviewers to --copy-source-pr-reviewers by @sqren in #474

v9.2.3

30 Aug 20:55
Compare
Choose a tag to compare

Improve prTitle and prDescription templating (18acd4f)

9.2.2 fix: auto merge not running

30 Aug 07:57
Compare
Choose a tag to compare

What's Changed

v9.2.0 Added `addOriginalReviewers` option

28 Aug 11:32
Compare
Choose a tag to compare

#452

This addOriginalReviewers option. It is disabled by default. When enabled it will add the original reviewers from the source pull request to the target pull request.

v9.1.1 Throw on insufficient scopes

26 Aug 10:13
Compare
Choose a tag to compare

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

25 Aug 11:30
Compare
Choose a tag to compare

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

24 Aug 20:48
Compare
Choose a tag to compare

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.