Skip to content

Commit 2d8ea55

Browse files
authored
Both Discourse and the new blog use tags
1 parent 1913252 commit 2d8ea55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ 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 "
11331133
"and https://blog.python.org?\n"
1134-
"Tip: use the 'release' tag and 'releases' label respectively."
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)