We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a96ab19 + 49aaa42 commit ef732ddCopy full SHA for ef732dd
backport.py
@@ -280,7 +280,7 @@ def main(args_: list[str]) -> ExitCode:
280
'--sha', default=None, type=str,
281
help='The SHA hash of the merge commit. Exclusive with --pr')
282
parser.add_argument(
283
- '--branch', type=str, default='v13',
+ '--branch', type=str, default='v14',
284
help='Target branch to make a backport')
285
286
'--https', action='store_true', default=False,
0 commit comments