This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch apache_release_improv in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 41f01fb942ef1f75952d9bcaa96e481aea866a11 Author: Maxime Beauchemin <[email protected]> AuthorDate: Sat May 18 12:42:49 2019 -0700 Improve instructions --- RELEASING/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING/README.md b/RELEASING/README.md index 7b702e7..7580a1b 100644 --- a/RELEASING/README.md +++ b/RELEASING/README.md @@ -78,14 +78,14 @@ First you need to setup a few things. This is a one-off and doesn't need to be done at every release. ```bash - # Create PGP Key + # Create PGP Key, and use your @apache.org email address gpg --gen-key # Checkout ASF dist repo svn checkout https://dist.apache.org/repos/dist/dev/incubator/superset/ ~/svn/superset_dev - svn checkout https://dist.apache.org/repos/dist/incubator/superset/ ~/svn/superset + svn checkout https://dist.apache.org/repos/dist/release/incubator/superset/ ~/svn/superset cd ~/svn/superset
