Skip to content

Commit f5e0539

Browse files
committed
Fixed issue with release script non-standard version tags
1 parent 0664480 commit f5e0539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
if [ "$TRAVIS_COMMIT" == "$CURRENT_COMMIT" ]
156156
then
157157
# Build release notes
158-
PREV=$(git tag --sort=-v:refname -l "v*.*.*" | head -1)
158+
PREV=$(git tag --sort=-v:refname -l "v*" | head -1)
159159
if [ ! -z "$PREV" ]
160160
then
161161
echo "PREV $PREV"

0 commit comments

Comments
 (0)