cli icon indicating copy to clipboard operation
cli copied to clipboard

Makefile missing definition of GIT_TAG

Open SeedDMS opened this issue 1 year ago • 2 comments

Add

GIT_TAG=$(shell git tag) to the makefile

SeedDMS avatar May 31 '24 16:05 SeedDMS

Sorry, it must be

GIT_TAG=$(shell git tag | tail -1)

SeedDMS avatar May 31 '24 16:05 SeedDMS

Yeah, this tag was previously supplied by the build system. It certainly could be added as variable there.

jmattheis avatar Jun 02 '24 19:06 jmattheis