Skip to content

Commit

Permalink
[#255] Filter version tags for version calculation
Browse files Browse the repository at this point in the history
Signed-off-by: anikeev-yadro <[email protected]>
  • Loading branch information
anikeev-yadro authored and carpawell committed Aug 12, 2022
1 parent 02c2ce3 commit 73e2119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SHELL=bash
GOBIN ?= $(shell go env GOPATH)/bin
NEOGO ?= $(GOBIN)/cli
VERSION ?= $(shell git describe --tags --dirty --always 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")
VERSION ?= $(shell git describe --tags --dirty --match "v*" --always 2>/dev/null || cat VERSION 2>/dev/null || echo "develop")

.PHONY: all build clean test neo-go
.PHONY: alphabet mainnet morph nns sidechain
Expand Down

0 comments on commit 73e2119

Please sign in to comment.