From b2e100ff6caf31f45ca7ae6ce66b05e9b7c00787 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Wed, 1 Jul 2020 08:14:09 -0700 Subject: [PATCH] docs: update release instructions for Github releases (#10192) --- RELEASING/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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