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 86d9bf8 commit 1913252Copy full SHA for 1913252
1 file changed
run_release.py
@@ -1130,7 +1130,7 @@ def purge_the_cdn(db: ReleaseShelf) -> None:
1130
def announce_release(db: ReleaseShelf) -> None:
1131
if not ask_question(
1132
"Have you announced the release at https://discuss.python.org/c/core-dev/23 "
1133
- "and https://www.blogger.com?\n"
+ "and https://blog.python.org?\n"
1134
"Tip: use the 'release' tag and 'releases' label respectively."
1135
):
1136
raise ReleaseException("The release has not been announced")
0 commit comments