config: update for release.sh

This commit is contained in:
Roman Ivanov 2016-05-29 07:01:14 -07:00
parent 4a109c74b5
commit fcf4c9d3d4
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ set -e
#https://github.com/checkstyle/checkstyle/wiki/How-to-make-a-release
SF_USER=romanivanov
PREV_RELEASE=6.18
RELEASE=$(git describe $(git rev-list --tags --max-count=1) | sed "s/checkstyle-//")
RELEASE=6.19
PREV_RELEASE=$(git describe $(git rev-list --tags --max-count=1) | sed "s/checkstyle-//")
echo "PREVIOUS RELESE version:"$PREV_RELEASE
echo "RELESE version:"$RELEASE