delete commit id from release version

This commit is contained in:
Viktor Scharf
2025-07-03 11:42:03 +02:00
parent 91c0c5fead
commit e53a4f6379

View File

@@ -29,6 +29,8 @@ ifeq ($(VERSION), daily)
STRING ?= $(shell git rev-parse --short HEAD)
else ifeq ($(VERSION),)
STRING ?= $(shell git rev-parse --short HEAD)
else
STRING :=
endif