Skip to content

Commit 2ddec09

Browse files
committed
Fix deprecated 'gh pr new' command to 'gh pr create'
1 parent 5989efe commit 2ddec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-release-pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def prepare_release_pr(base_branch: str, is_major: bool, prerelease: str) -> Non
130130
[
131131
"gh",
132132
"pr",
133-
"new",
133+
"create",
134134
f"--base={base_branch}",
135135
f"--head={release_branch}",
136136
f"--title=Release {version}",

0 commit comments

Comments
 (0)