Skip to content

Commit

Permalink
Fixed issue with release script non-standard version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Jul 27, 2018
1 parent 0664480 commit f5e0539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5e0539

Please sign in to comment.