config: update for release.sh
This commit is contained in:
parent
4a109c74b5
commit
fcf4c9d3d4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue