We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bf6c6 commit dcca11dCopy full SHA for dcca11d
Makefile
@@ -21,7 +21,7 @@ OS := $(shell uname)
21
PREV_BUILD_PATH := build-prev
22
NEXT_BUILD_PATH := build-next
23
24
-CURRENT_VERSION := $(shell git rev-parse --abbrev-ref HEAD)
+CURRENT_VERSION := $(shell git rev-parse HEAD)
25
26
# Latest non release candidate version
27
PREV_VERSION ?= $(shell git describe --abbrev=0 --tags --exclude "*-rc*")
0 commit comments