From f5e0539951dd40f574030663c730bb10c171ff92 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 27 Jul 2018 15:20:00 -0500 Subject: [PATCH] Fixed issue with release script non-standard version tags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fced1416..3714f7c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,7 +155,7 @@ jobs: if [ "$TRAVIS_COMMIT" == "$CURRENT_COMMIT" ] then # 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" ] then echo "PREV $PREV"