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