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.
1 parent 4d9ed26 commit d040889Copy full SHA for d040889
run_release.py
@@ -905,7 +905,6 @@ def send_email_to_platform_release_managers(db: ReleaseShelf) -> None:
905
github_prefix = f"https://github.com/{origin_remote_github_owner}/cpython/tree"
906
907
print()
908
- print(f"{github_prefix}/{db['release'].gitname}")
909
print(f"{github_prefix}/branch-{db['release']}")
910
print(f"Git commit SHA: {commit_sha}")
911
print(
0 commit comments