From 8f16064d1e8b2ee0e34bce48032c373922a1c68e Mon Sep 17 00:00:00 2001 From: Akifumi Imanishi Date: Thu, 7 Dec 2023 09:39:09 +0000 Subject: [PATCH] Bump backport default branch to v13 --- backport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backport.py b/backport.py index cf8ce08..b6b0b90 100755 --- a/backport.py +++ b/backport.py @@ -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,