diff --git a/RELEASING/README.md b/RELEASING/README.md index 6b69b8150..c6ea71d66 100644 --- a/RELEASING/README.md +++ b/RELEASING/README.md @@ -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