Skip to content
Snippets Groups Projects
Unverified Commit e9acd522 authored by Richard Fröhning's avatar Richard Fröhning Committed by GitHub
Browse files

scripts: add --tags to git describe in getversion.sh to include lightweighted tags (#3310)

parent d7ed2dfc
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ fi
cd "$1" || exit 1
cat .scmversion 2>/dev/null && exit 0
git --git-dir=.git describe --always --abbrev=7 --dirty=+ 2>/dev/null && exit 0
git --git-dir=.git describe --tags --always --abbrev=7 --dirty=+ 2>/dev/null && exit 0
echo unknown
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment