diff --git a/Makefile b/Makefile index 52d4f07..8d12645 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ export APP_VERSION := 2.0.0 +ifeq ($(RELEASE),) + export APP_VERSION := $(APP_VERSION)-$(shell git describe --dirty --always) +endif + .PHONY: clean all nx pc dist-bin all: nx pc