aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2016-05-29 07:01:14 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2016-05-29 07:01:14 -0700
commitfcf4c9d3d4bfbd96be8f5ce7aad84261b3cf745c (patch)
tree13e7d055444f37b0223c62c1fbce0b0733b89423
parent4a109c74b5d30169edd6ac16a25b303cc92e84e9 (diff)
downloadcheckstyle-fcf4c9d3d4bfbd96be8f5ce7aad84261b3cf745c.tar.gz
config: update for release.sh
-rwxr-xr-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 027e274a7..ff03fe8c9 100755
--- a/release.sh
+++ b/release.sh
@@ -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