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 60a6830 commit 151ab2dCopy full SHA for 151ab2d
1 file changed
run_release.py
@@ -1130,8 +1130,8 @@ 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"
1134
- "Tip: use the 'release' tag and 'releases' label respectively."
+ "and https://blog.python.org?\n"
+ "Tip: use the 'release' and 'releases' tags respectively."
1135
):
1136
raise ReleaseException("The release has not been announced")
1137
0 commit comments