Skip to content

Releases: korthout/backport-action

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

Backport-action v1.3.0

29 May 18:52
b9f8a0a
Compare
Choose a tag to compare

What's Changed

  • Use target_branches input to select target branches by @korthout in #340

Other

  • Improve documentation by @korthout in #331
  • Update dependencies to latest available

Full Changelog: v1.2.0...v1.3.0

Backport-action v1.2.0

23 Feb 09:55
Compare
Choose a tag to compare

What's Changed

Other

  • Update dependencies to latest available

New Contributors

Full Changelog: v1.1.0...v1.2.0

Backport-action v1.1.0

20 Jan 15:53
Compare
Choose a tag to compare

What's Changed

  • New outputs regarding backport result by @alxgrk in #317

Other

  • Update dependencies to latest available

New Contributors

Full Changelog: v1.0.1...v1.1.0

Backport-action v1.0.1

26 Dec 12:18
Compare
Choose a tag to compare

What's Changed

  • [Backport release v1] Comment on PR when target branch not found by @korthout in #311

Full Changelog: v1...v1.0.1

Backport-action v1.0.0

21 Dec 17:34
Compare
Choose a tag to compare

Breaking Changes

  • deprecated version input is removed #299

What's Changed

Usage

Users are recommended to update their workflow to the new (simpler) usage.

- uses: actions/checkout@v3
- uses: korthout/backport-action@v1

Note that fetch-depth: 0 is no longer needed for actions/checkout with korthout/backport-action@v1

Stability

From this release onwards, the action will respect SemVer. Tags for the major releases (e.g. v1) will be moved along with minor and patch releases.

This release has been battle-tested for ~1 month as v1-rc1. However, if you find any bugs, please open new issues, so we can fix them.

Full Changelog: v0.0.9...v1.0.0

Backport-action 1.0.0-rc1

24 Nov 11:33
Compare
Choose a tag to compare
Pre-release

Breaking Changes

What's Changed

Other

  • Update dependencies to latest available

Full Changelog: v0.0.9...v1-rc1