Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typos in release script docs (#12450)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Apr 12, 2022
1 parent a468768 commit ba15884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/12450.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in the release script help string.
3 changes: 2 additions & 1 deletion scripts-dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ba15884

Please sign in to comment.