Add flag for snapshot publishing

This commit is contained in:
Anthony Corbacho 2017-01-23 15:52:30 +09:00
parent 0e19648776
commit 1be49dad02

View file

@ -33,6 +33,9 @@ fi
mkdir "${WORKING_DIR}"
# If set to 'yes', replease script will deploy artifects to SNAPSHOT repository.
DO_SNAPSHOT='no'
usage() {
echo "usage) $0 [Release version] [Branch or Tag]"
echo " ex. $0 0.6.0 v0.6.0"