mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Mark current version as v4-beta
This commit is contained in:
2
bin/pack
2
bin/pack
@@ -4,5 +4,5 @@ VERSION=$(python ./manage.py version)
|
||||
FULL_VERSION=$VERSION+b$CIRCLE_BUILD_NUM
|
||||
FILENAME=$CIRCLE_ARTIFACTS/$NAME.$FULL_VERSION.tar.gz
|
||||
|
||||
sed -ri "s/^__version__ = '([0-9.]*)'/__version__ = '$FULL_VERSION'/" redash/__init__.py
|
||||
sed -ri "s/^__version__ = '([A-Za-z0-9.-]*)'/__version__ = '$FULL_VERSION'/" redash/__init__.py
|
||||
tar -zcv -f $FILENAME --exclude="optipng*" --exclude=".git*" --exclude="*.pyc" --exclude="*.pyo" --exclude="venv" --exclude="node_modules" *
|
||||
|
||||
Reference in New Issue
Block a user