minor: make release.sh be more protective human mistakes by extra printing

This commit is contained in:
Roman Ivanov 2016-03-24 19:32:23 -07:00
parent 8a24ede6e3
commit 8aafd4f081
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ set -e
SF_USER=romanivanov
PREV_RELEASE=6.16.1
RELEASE=6.17
RELEASE=$(git describe $(git rev-list --tags --max-count=1) | sed "s/checkstyle-//")
echo "PREVIOUS RELESE version:"$PREV_RELEASE
echo "RELESE version:"$RELEASE
#############################