Skip to content

Commit

Permalink
build: pass --tags to git-describe
Browse files Browse the repository at this point in the history
Make sure we allow for light-weight/annotated tags to be accounted for.
  • Loading branch information
ThomasAdam committed Sep 4, 2023
1 parent 624887f commit 018bd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/fvwm-version-str.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ VERSION="released"
if grep -q -i '^ISRELEASED="yes"' ./configure.ac; then
echo "$VERSION"
else
git describe --always --long --dirty
fi
git describe --always --long --dirty --tags
fi

0 comments on commit 018bd06

Please sign in to comment.