We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b2df4 commit 9c80fd7Copy full SHA for 9c80fd7
Makefile.packaging
@@ -9,7 +9,7 @@ AZURE_PACKAGES_DIR := ./build/azure/packages
9
BINARY_PATH := $(BUILD_DIR)/$(BINARY_NAME)
10
GPG_PUBLIC_KEY := .key
11
PACKAGE_BUILD ?= 1
12
-PACKAGE_VERSION := $(shell git describe --match "v[0-9]*" --abbrev=0 --tags)
+PACKAGE_VERSION ?= $(shell echo ${VERSION} | tr -d 'v')
13
TARBALL_NAME := $(PACKAGE_PREFIX).tar.gz
14
15
DEB_DISTROS ?= ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bookworm-12 debian-bullseye-11
0 commit comments