Skip to content
Snippets Groups Projects
Commit 92e3a9fe authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Merge branch 'fix-beta-version-suffix'

parents a0641c91 6d9684db
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -3,7 +3,7 @@ LAST_TAG := $(shell git describe --tags --abbrev=0)
COMMITS := $(shell echo `git log --oneline $(LAST_TAG)..HEAD | wc -l`)
VERSION := $(shell cat VERSION)
 
ifneq ($(VERSION),$(LAST_TAG))
ifneq (v$(VERSION),$(LAST_TAG))
VERSION := $(shell echo $(VERSION)~beta.$(COMMITS).g$(REVISION))
endif
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment