From e28331c7ccc005873bc623f228159ea3d12607db Mon Sep 17 00:00:00 2001 From: Nadia Santalla Date: Mon, 9 Dec 2024 16:19:06 +0100 Subject: [PATCH] version: do not append `0-hash` to version strings from a clean tag --- scripts/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version b/scripts/version index c850923..edfe44e 100755 --- a/scripts/version +++ b/scripts/version @@ -1,3 +1,3 @@ #!/usr/bin/env sh -git describe --dirty --tags --long --always +git describe --dirty --tags --always