diff --git a/run_release.py b/run_release.py index 2830beba..8a42ec36 100755 --- a/run_release.py +++ b/run_release.py @@ -1130,8 +1130,8 @@ def purge_the_cdn(db: ReleaseShelf) -> None: def announce_release(db: ReleaseShelf) -> None: if not ask_question( "Have you announced the release at https://discuss.python.org/c/core-dev/23 " - "and https://www.blogger.com?\n" - "Tip: use the 'release' tag and 'releases' label respectively." + "and https://blog.python.org?\n" + "Tip: use the 'release' and 'releases' tags respectively." ): raise ReleaseException("The release has not been announced")