From 701f6a4e6606c97e1abefedbcfb12081da0ae6f8 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 14 Apr 2021 12:17:46 +0200 Subject: [PATCH] Automatically pick last tag as webapp version --- webapp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Makefile b/webapp/Makefile index 421ac9ce6..543c40642 100644 --- a/webapp/Makefile +++ b/webapp/Makefile @@ -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