Skip to content

Releases: korthout/backport-action

Backport-action v2.5.0

30 Mar 07:33
Compare
Choose a tag to compare

What's Changed

Updated Dependencies

New Contributors

Full Changelog: v2.4.1...v2.5.0

Backport-action v2.4.1

23 Jan 17:32
Compare
Choose a tag to compare

What's Changed

  • fix: rendering templates due to missing brackets by @jschmid1 in #410

Full Changelog: v2.4.0...v2.4.1

Backport-action v2.4.0

22 Jan 16:58
Compare
Choose a tag to compare

What's Changed

The new ${pull_description} placeholder allows you to copy the original pull request's description to the backported PR. This can be helpful if the body contains links to ticketing systems, related documents etc.

Full Changelog: v2.3.0...v2.4.0

Backport-action v2.3.0

16 Dec 13:53
Compare
Choose a tag to compare

What's Changed

This release introduces a new created_pull_numbers output that you can use in successive steps. For example, label the created pull requests or trigger your CI on the created pull requests. Massive thanks to @GuyAv46 for this contribution.

New Contributors

Full Changelog: v2.2.0...v2.3.0

Backport-action v2.2.0

04 Dec 08:34
Compare
Choose a tag to compare

What's Changed

This release introduces a new experimental input that you can use to configure experimental features. We encourage everyone to try them out and share feedback.

As a first experimental feature, this release adds detect_merge_method. When enabled, it cherry-picks the resulting commits based on the detected merge method. Give it a try if you're using the Squash and merge or Rebase and merge merge method for your pull requests, and please report any issues you encounter.

To enable merge method detection add the following to your backport workflow:

using: korthout/backport-action@v2
with:
  experimental: >
    {
      "detect_merge_method": true
    }

A special shoutout and heartfelt thanks to @jschmid1 for their outstanding contribution to the detect_merge_method feature!

Documentation

Updated Dependencies

  • build(deps): bump @types/dedent from 0.7.1 to 0.7.2 by @dependabot in #396

New Contributors

Full Changelog: v2.1.0...v2.2.0

Backport-action v2.1.1

07 Nov 21:04
Compare
Choose a tag to compare

What's Changed

This release fixes a small bug in the suggested steps to cherry-pick locally if backporting fails.

Updated Dependencies

  • build(deps): bump @types/dedent from 0.7.1 to 0.7.2 by @dependabot in #396

Full Changelog: v2.1.0...v2.1.1

Backport-action v2.1.0

05 Nov 13:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Backport-action v2.0.0

28 Oct 15:30
Compare
Choose a tag to compare

What's Changed

Breaking change: Support for node16 has been dropped with this release. If you're using self-hosted runners, please ensure that node20 is available. We also recommend using actions/checkout@v4 alongside korthout/backport-action@v2.

Updated Dependencies

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #382
  • build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #385
  • build(deps): bump @types/dedent from 0.7.0 to 0.7.1 by @dependabot in #388
  • build(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #387

Full Changelog: v1.4.0...v2.0.0

Backport-action v1.4.0

15 Aug 12:42
Compare
Choose a tag to compare

What's Changed

Other

  • Update dependencies to latest available

Full Changelog: v1.3.0...v1.4.0

Backport-action v1.3.1

08 Jun 14:06
Compare
Choose a tag to compare

What's Changed

  • [Backport release-v1.3] Exclude headref from selected branches by @github-actions in #345

Full Changelog: v1.3.0...v1.3.1