Skip to content

Commit

Permalink
Merge pull request #41 from asi1024/backport-to-v13
Browse files Browse the repository at this point in the history
Bump backport default branch to v13
  • Loading branch information
kmaehashi committed Dec 7, 2023
2 parents 580d8c5 + 8f16064 commit c92b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backport.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def main(args_: list[str]) -> ExitCode:
'--sha', default=None, type=str,
help='The SHA hash of the merge commit. Exclusive with --pr')
parser.add_argument(
'--branch', type=str, default='v12',
'--branch', type=str, default='v13',
help='Target branch to make a backport')
parser.add_argument(
'--https', action='store_true', default=False,
Expand Down

0 comments on commit c92b8fb

Please sign in to comment.