Fixed issue with release script non-standard version tags

This commit is contained in:
Christopher Haster
2018-07-27 15:20:00 -05:00
parent 066448055c
commit f5e0539951

View File

@@ -155,7 +155,7 @@ jobs:
if [ "$TRAVIS_COMMIT" == "$CURRENT_COMMIT" ] if [ "$TRAVIS_COMMIT" == "$CURRENT_COMMIT" ]
then then
# Build release notes # Build release notes
PREV=$(git tag --sort=-v:refname -l "v*.*.*" | head -1) PREV=$(git tag --sort=-v:refname -l "v*" | head -1)
if [ ! -z "$PREV" ] if [ ! -z "$PREV" ]
then then
echo "PREV $PREV" echo "PREV $PREV"