We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e9a32 commit 7271300Copy full SHA for 7271300
Makefile
@@ -7,7 +7,7 @@ LINUX_ARCH = aarch64
7
endif
8
9
ifeq ($(shell git status -s),)
10
- ifeq ($(shell git branch --show-current),main)
+ ifeq ($(shell git branch --show-current),prereleases) #SMURF use main before merge
11
LAST_TAG := $(shell git describe --tags --abbrev=0 2>/dev/null)
12
COMMITS_SINCE_TAG := $(shell git rev-list $(LAST_TAG)..HEAD --count 2>/dev/null)
13
BASE_VERSION := $(shell echo $(LAST_TAG) | cut -c2-)
0 commit comments