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 4011e3e commit 40be028Copy full SHA for 40be028
run_release.py
@@ -1180,7 +1180,7 @@ def _push_to_upstream(dry_run: bool = False) -> None:
1180
1181
_push_to_upstream(dry_run=True)
1182
if not ask_question(
1183
- "Does these operations look reasonable? ⚠️⚠️⚠️ Answering 'yes' will push to the upstream repository ⚠️⚠️⚠️"
+ "Do these operations look reasonable? ⚠️⚠️⚠️ Answering 'yes' will push to the upstream repository ⚠️⚠️⚠️"
1184
):
1185
raise ReleaseException("Something is wrong - Push to upstream aborted")
1186
0 commit comments