docs: remove unused release instruction (#8100)

Turns out since we use `git archive`, there's no need for `git clean`
which was pretty disruptive.
This commit is contained in:
Maxime Beauchemin 2019-08-23 09:03:55 -07:00 committed by GitHub
parent fd119c187e
commit 610b35a01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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 \