This commit is contained in:
msramalho
2023-02-08 09:49:48 +00:00
parent 0d903fa196
commit adb3a7332f
3 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
set -e
TAG=$(python -c 'from src.auto_archiver.version import VERSION; print("v" + VERSION)')
TAG=$(python -c 'from src.auto_archiver.version import __version__; print("v" + __version__)')
read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt