Skip to content

Commit d040889

Browse files
committed
Leave out the branch URL
1 parent 4d9ed26 commit d040889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

run_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,6 @@ def send_email_to_platform_release_managers(db: ReleaseShelf) -> None:
905905
github_prefix = f"https://github.com/{origin_remote_github_owner}/cpython/tree"
906906

907907
print()
908-
print(f"{github_prefix}/{db['release'].gitname}")
909908
print(f"{github_prefix}/branch-{db['release']}")
910909
print(f"Git commit SHA: {commit_sha}")
911910
print(

0 commit comments

Comments
 (0)