Skip to content

Releases: sorenlouv/backport

v9.6.2

29 Oct 10:08
Compare
Choose a tag to compare

What's Changed

  • Include link to easily generate GH PAT by @imphil in #511
  • Escape pipe char of commit msg in markdown table by @kertal in #515

v9.6.1

26 Sep 15:26
Compare
Choose a tag to compare

What's Changed

  • Swallow "remote not found" error on git before 2.30 by @imphil in #514

v9.6.0

08 Sep 16:34
Compare
Choose a tag to compare

What's Changed

  • Spawn processes with LANG that's guaranteed to exist by @imphil in #506
  • Small documentation improvements by @imphil in #504
  • Properly swallow errors if deleting a remote fails by @imphil in #505

Full Changelog: v9.5.1...v9.6.0

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.