Backport Versions Save

A simple CLI tool that automates the process of backporting commits on a GitHub repo

v9.5.0

3 weeks ago

What's Changed

v9.4.4

1 month ago

What's Changed

v9.4.0

7 months ago

What's Changed

v9.3.0

8 months ago

What's Changed

v9.2.3

8 months ago

v9.2.2

8 months ago

What's Changed

v9.2.0

8 months ago

https://github.com/sqren/backport/pull/452

This addOriginalReviewers option. It is disabled by default. When enabled it will add the original reviewers from the source pull request to the target pull request.

v9.1.1

8 months ago

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

8 months ago

Add support for committing conflicts (https://github.com/sqren/backport/pull/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

8 months ago

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.