mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 21:39:26 -05:00
Fix typos in release script docs (#12450)
This commit is contained in:
parent
a468768104
commit
ba1588461b
1
changelog.d/12450.misc
Normal file
1
changelog.d/12450.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix typo in the release script help string.
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user