Selaa lähdekoodia

Fixed issue with release script non-standard version tags

Christopher Haster 7 vuotta sitten
vanhempi
sitoutus
f5e0539951
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.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"