fix(build): resolve mixVersion against git tags (#1461)

Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
This commit is contained in:
Chrysostomos Nanakos 2026-06-19 21:47:06 +03:00 committed by GitHub
parent abdbca00f3
commit 814e7a5436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ task storage, "build logos storage binary":
params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
task mixTools, "build mix tools (mix_pool, mix_relay_dht)":
let (desc, ec) = gorgeEx("git describe --always --dirty")
let (desc, ec) = gorgeEx("git describe --tags --always --dirty")
let mixVersion =
if ec == 0 and desc.strip().len > 0:
desc.strip()