Skip to content

Releases: sorenlouv/backport

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.

v8.9.8

01 Aug 12:01
Compare
Choose a tag to compare

Pin elastic-apm-node to 3.46.0 (#465)

v8.9.4

26 Sep 00:08
Compare
Choose a tag to compare

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

02 Aug 08:10
Compare
Choose a tag to compare
  • Improve heuritistic for determining if "Rebase and Merge" was used when merging pull request (#434)
  • Link to Github action (#428)

v8.9.1

18 Jul 13:11
Compare
Choose a tag to compare

Bug fix for auto merge (#427)

v8.9.0

12 Jul 06:40
Compare
Choose a tag to compare
  • Add support for “Rebase and merge” (#422)
  • Improve auto-merge by merging immediately if no there are no status checks (#425)

v8.7.0

15 Jun 11:33
Compare
Choose a tag to compare

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

08 Jun 08:56
Compare
Choose a tag to compare
  • 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)