Skip to content
Snippets Groups Projects
Unverified Commit ba158846 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix typos in release script docs (#12450)

parent a4687681
No related branches found
No related tags found
No related merge requests found
Fix typo in the release script help string.
...@@ -69,11 +69,12 @@ def cli(): ...@@ -69,11 +69,12 @@ def cli():
# ... wait for assets to build ... # ... wait for assets to build ...
./scripts-dev/release.py publish ./scripts-dev/release.py publish
./scripts-dev/release.py upload ./scripts-dev/release.py upload
# Optional: generate some nice links for the announcement # 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 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. `tag`/`publish` command, then a new draft release will be created/published.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment