Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contrib/backport/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ be overrided using `--upstream`, and fetching can be avoided using
By default the branch created will be called `backport-$PR-$VERSION`. You
can override this using the option `--backport-branch`. This branch will
be created from `--release-branch` which is `release/$(VERSION)`
by default which will be pulled from `$(UPSTREAM)`.
by default and will be pulled from `$(UPSTREAM)`.

The merge-commit as determined by the github API will be used as the SHA to
cherry-pick. You can override this using `--cherry-pick`.

The commit will be amended to add the `Backport` header. `--no-amend` can
be set to stop this.
The commit meesage will be amended to add the `Backport` header. `--no-amend`
can be set to stop this from happening.

If cherry-pick is successful the backported branch will be pushed up to your
fork using your remote. These will be determined using `git remote -v`. You
Expand Down