Skip to content

Commit

Permalink
Merge pull request #249 from cheqd/fix_binary_version
Browse files Browse the repository at this point in the history
Add --tag for releases
  • Loading branch information
Andrew Nikitin authored and Andrew Nikitin committed Feb 25, 2022
1 parent 12831cf commit 18f34d0
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
@@ -1,4 +1,4 @@
export VERSION := $(shell echo $(shell git describe --always --match "v*") | sed 's/^v//')
export VERSION := $(shell echo $(shell git describe --always --tag --match "v*") | sed 's/^v//')
export TMVERSION := $(shell go list -m github.com/tendermint/tendermint | sed 's:.* ::')
export COMMIT := $(shell git log -1 --format='%H')

Expand Down

0 comments on commit 18f34d0

Please sign in to comment.