From 610b35a01be22eb45483312c2bf226828d98ef57 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 23 Aug 2019 09:03:55 -0700 Subject: [PATCH] docs: remove unused release instruction (#8100) Turns out since we use `git archive`, there's no need for `git clean` which was pretty disruptive. --- RELEASING/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RELEASING/README.md b/RELEASING/README.md index db53bcc51..90e0519c7 100644 --- a/RELEASING/README.md +++ b/RELEASING/README.md @@ -61,12 +61,6 @@ Now let's craft a source release # Let's create a git tag git tag -f ${VERSION} - # [WARNING!] This command wipes everything in your repo that is - # gitignored in preparation for the source release. - # You may want to check that there's nothing your care about here first. - # Alternatively you could clone the repo into another location as in - # git clone git@github.com:apache/incubator-superset.git superset-releases - git clean -fxd # Create the target folder mkdir -p ~/svn/superset_dev/${VERSION}/ git archive \