Skip to content

Commit 151ab2d

Browse files
authored
blogger.com -> blog.python.org (#377)
1 parent 60a6830 commit 151ab2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,8 @@ def purge_the_cdn(db: ReleaseShelf) -> None:
11301130
def announce_release(db: ReleaseShelf) -> None:
11311131
if not ask_question(
11321132
"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."
1133+
"and https://blog.python.org?\n"
1134+
"Tip: use the 'release' and 'releases' tags respectively."
11351135
):
11361136
raise ReleaseException("The release has not been announced")
11371137

0 commit comments

Comments
 (0)