Skip to content

Releases: sorenlouv/backport

v1.4.0

18 Nov 10:59
6e4dfed
Compare
Choose a tag to compare

Better handling of merge conflicts
When a cherrypick resultet in a conflict, the user should manually fix it. Unfortunately the user was not made aware, that she should also commit her changes. This sometimes resulted in pull request that didn't have the changes for the conflict resolution.

With this patch the user cannot proceed to from the cherrypick step, if a conflict occurred, and has not been completely resolved. If the index is dirty (new or modified files), and the user still tries to continue, a new prompt will ask her to resolve and commit it.

v1.3.0

17 Nov 00:06
69af057
Compare
Choose a tag to compare

Backporting multiple commits
It's now possible to backport multiple commits. It can be enabled by running backport --multiple or adding multiple: true to the backport config.

Bug fixes

  • It was previously possible to continue the program by pressing enter, without having selected any commits/versions. This is now fixed, so continuing is not possible before a selection has been made.

v1.2.2

12 Nov 20:28
87687e2
Compare
Choose a tag to compare

Bumping dependencies and minor refactors

v1.2.1

12 Nov 20:23
Compare
Choose a tag to compare

Ensure that the branch is clean, and untracked files are removed before cherry-picking a commit.

v1.2.0

12 Nov 20:25
Compare
Choose a tag to compare
  • Docs: Add CLI options in readme (#15)
  • Security: Restrict permissions on config file (#14)

v1.1.0

12 Nov 20:28
Compare
Choose a tag to compare
  • A custom label can now be attached to a PR automatically (#12)