Skip to content

Commit 7c2bea2

Browse files
committed
After b1, create new 3.x branch
1 parent ab88b3a commit 7c2bea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def branch_new_versions(db: ReleaseShelf) -> None:
12451245
subprocess.check_call(["git", "checkout", "main"], cwd=db["git_repo"])
12461246

12471247
subprocess.check_call(
1248-
["git", "checkout", "-b", release_tag.branch],
1248+
["git", "checkout", "-b", release_tag.basic_version],
12491249
cwd=db["git_repo"],
12501250
)
12511251

0 commit comments

Comments
 (0)