Fix typos in release script docs (#12450)

pull/12451/head
Erik Johnston 2022-04-12 16:12:57 +01:00 committed by GitHub
parent a468768104
commit ba1588461b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
changelog.d/12450.misc Normal file
View File

@ -0,0 +1 @@
Fix typo in the release script help string.

View File

@ -69,11 +69,12 @@ def cli():
# ... wait for assets to build ...
./scripts-dev/release.py publish
./scripts-dev/release.py upload
# Optional: generate some nice links for the announcement
./scripts-dev/release.py upload
./scripts-dev/release.py announce
If the env var GH_TOKEN (or GITHUB_TOKEN) is set, or passed into the
`tag`/`publish` command, then a new draft release will be created/published.