mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 15:13:41 -06:00
allow forcing preview tag update
This commit is contained in:
parent
2a43dd0773
commit
be65f812e0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user