Skip to content

Commit ef732dd

Browse files
authored
Merge pull request #44 from cupy/update-branch
Update default branch to v14
2 parents a96ab19 + 49aaa42 commit ef732dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def main(args_: list[str]) -> ExitCode:
280280
'--sha', default=None, type=str,
281281
help='The SHA hash of the merge commit. Exclusive with --pr')
282282
parser.add_argument(
283-
'--branch', type=str, default='v13',
283+
'--branch', type=str, default='v14',
284284
help='Target branch to make a backport')
285285
parser.add_argument(
286286
'--https', action='store_true', default=False,

0 commit comments

Comments
 (0)