docs(releasing): update release automation and docs for Apache graduation (#12117)

This commit is contained in:
Daniel Vaz Gaspar
2020-12-18 12:04:33 +00:00
committed by GitHub
parent 35addee3ae
commit fa10035dce
13 changed files with 33 additions and 282 deletions

View File

@@ -32,7 +32,7 @@ else
SUPERSET_VERSION="${1}"
SUPERSET_RC="${2}"
SUPERSET_PGP_FULLNAME="${3}"
SUPERSET_RELEASE_RC_TARBALL="apache-superset-incubating-${SUPERSET_VERSION_RC}-source.tar.gz"
SUPERSET_RELEASE_RC_TARBALL="apache-superset-${SUPERSET_VERSION_RC}-source.tar.gz"
fi
SUPERSET_VERSION_RC="${SUPERSET_VERSION}rc${SUPERSET_RC}"