--- ./Makefile +++ ./Makefile @@ -33,7 +33,7 @@ else VERSION ?= master endif - GITEA_VERSION := $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//') + GITEA_VERSION ?= $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//') endif LDFLAGS := -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)"