From a01ddd9b22fd966e298243440173b9c926f4e8f2 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Wed, 29 Dec 2021 18:45:57 +0100 Subject: [PATCH] Include unannotated tags in "make version" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59eb2d5..8f22fbd 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ open-coverage: # Create VERSION file from current git tag version: - git describe | tee VERSION + git describe --tags | tee VERSION # Clean up