Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Nov 13, 2023
1 parent 081e2fb commit 4957456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/backport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If a commit is provided, `backport` assumes you're running from the repository t

```sh
# Backport K3s change into release-1.21 and release-1.22. Only create the backport issues.
./backport -o rancher -r k3s -b 'release-1.21,release-1.22' -i 123
./backport -o k3s-io -r k3s -b 'release-1.21,release-1.22' -i 123

# Backport K3s change into release-1.21 and release-1.22. Creates the backport issues and cherry-picks the given commit id.
./backport -o k3s-io -r k3s -b 'release-1.21,release-1.22' -i 123 -c '181210f8f9c779c26da1d9b2075bde0127302ee0'
Expand Down

0 comments on commit 4957456

Please sign in to comment.