Automatically pick last tag as webapp version

This commit is contained in:
Denis Arh
2021-04-14 12:17:46 +02:00
parent 2c63c1af80
commit 701f6a4e66
+1 -1
View File
@@ -5,7 +5,7 @@ TAR_FLAGS ?= -xzmok
RELEASE_PAGE ?= https://releases.cortezaproject.org/files
APPS ?= admin compose workflow
ALL_APPS ?= $(APPS) one
VERSION ?= 2021.3.0-rc.1
VERSION ?= $(shell git describe --tags --abbrev=0)
PACKAGES = $(addprefix corteza-webapp-,$(addsuffix -$(VERSION).tar.gz,$(ALL_APPS)))
all: install