mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-07-30 08:07:55 -05:00
allow forcing preview tag update
This commit is contained in:
@@ -6,5 +6,10 @@ RELEASE_VERSION=${CURRENT_VERSION%%-SNAPSHOT}
|
||||
PREVIEW_TAG="${RELEASE_VERSION}-preview"
|
||||
printf "preview tag: '%s'\n" "${PREVIEW_TAG}"
|
||||
|
||||
git tag "${PREVIEW_TAG}"
|
||||
if [ "$1" == "-f" ]
|
||||
then
|
||||
git tag -f "${PREVIEW_TAG}"
|
||||
else
|
||||
git tag "${PREVIEW_TAG}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user