Open SeedDMS opened 6 months ago
Add
GIT_TAG=$(shell git tag) to the makefile
GIT_TAG=$(shell git tag)
Sorry, it must be
GIT_TAG=$(shell git tag | tail -1)
Yeah, this tag was previously supplied by the build system. It certainly could be added as variable there.
Add
GIT_TAG=$(shell git tag)
to the makefile