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

Fix typos in release script docs #12450

Merged
merged 2 commits into from
Apr 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This newline is needed, annoyingly, as otherwise it renders the two commands on a single line

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh fun, TIL.

./scripts-dev/release.py upload

# Optional: generate some nice links for the announcement

./scripts-dev/release.py upload
./scripts-dev/release.py announce
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. thanks.


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