From 087900b643214aaa54745a920f510cc9827b3020 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 6 Nov 2017 13:44:58 -0800 Subject: Only considered annotated/signed tags for version This works around confusion with the 'continuous' tag that we now use for the CI AppImage builds. Signed-off-by: Dirk Hohndel --- scripts/get-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-version b/scripts/get-version index 27f02f640..a063efc9e 100755 --- a/scripts/get-version +++ b/scripts/get-version @@ -18,7 +18,7 @@ os=$1 if [ $# -eq 2 ] && [ "$2" ]; then v0=$2 else - cmd="git describe --tags --abbrev=12" + cmd="git describe --abbrev=12" v0=$($cmd) || v0=$(cat .gitversion) || croak "odd; command '$cmd' failed" fi -- cgit v1.2.3-70-g09d2