docs: update release instructions for Github releases (#10192)

This commit is contained in:
Erik Ritter 2020-07-01 08:14:09 -07:00 committed by GitHub
parent c3cd63a2e8
commit b2e100ff6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -308,6 +308,13 @@ Once it's all done, an [ANNOUNCE] thread announcing the release to the dev@ mail
(venv)$ python send_email.py announce
```
### Github Release
Finally, so the Github UI reflects the latest release, you should create a release from the
tag corresponding with the new version. Go to https://github.com/apache/incubator-superset/tags,
click the 3-dot icon and select `Create Release`, paste the content of the ANNOUNCE thread in the
release notes, and publish the new release.
## Post release
#### Refresh documentation website