Skip to content

Commit 7271300

Browse files
committed
typo
1 parent d3e9a32 commit 7271300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LINUX_ARCH = aarch64
77
endif
88

99
ifeq ($(shell git status -s),)
10-
ifeq ($(shell git branch --show-current),main)
10+
ifeq ($(shell git branch --show-current),prereleases) #SMURF use main before merge
1111
LAST_TAG := $(shell git describe --tags --abbrev=0 2>/dev/null)
1212
COMMITS_SINCE_TAG := $(shell git rev-list $(LAST_TAG)..HEAD --count 2>/dev/null)
1313
BASE_VERSION := $(shell echo $(LAST_TAG) | cut -c2-)

0 commit comments

Comments
 (0)