This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d253c5c Add details to release instructions (#7296)
d253c5c is described below
commit d253c5ca0ff55f288fee2a49c7760be31d33dd80
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Apr 15 12:48:51 2019 -0700
Add details to release instructions (#7296)
---
RELEASING.md | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/RELEASING.md b/RELEASING.md
index 45db9e2..14f51be 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -59,7 +59,10 @@ need to be done at every release.
gpg --gen-key
# Checkout ASF dist repo
- svn checkout https://dist.apache.org/repos/dist/dev/incubator/superset/
~/svn/superset
+
+ 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
cd ~/svn/superset
@@ -95,15 +98,27 @@ Now let's craft a source release
scripts/sign.sh apache-superset-${VERSION}-source.tar.gz
```
-Now let's ship this into svn
+Now let's ship this RC into svn's dev folder
```bash
# cp or mv the files over to the svn repo
- mkdir ~/svn/superset/${VERSION}/
+ mkdir ~/svn/superset_dev/${VERSION}/
cp apache-superset-${VERSION}* ~/svn/superset/${VERSION}/
cd ~/svn/superset/
svn add ${VERSION}
svn commit
```
-Now you're ready to announce the release on the mailing list
+Now you're ready to start the VOTE thread.
+
+Upon a successful vote, you'll have to copy the folder into the non-"dev/"
+folder.
+```bash
+ cp -r ~/svn/superset_dev/${VERSION}/ ~/svn/superset/${VERSION}/
+ cd ~/svn/superset/
+ svn add ${VERSION}
+ svn commit
+```
+
+Now you can announce the release on the mailing list, make sure to use the
+proper template