Skip to content

Backport-action v1.0.0

Compare
Choose a tag to compare
@korthout korthout released this 21 Dec 17:34
· 352 commits to main since this release

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