We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b7e9d commit 50d0cbbCopy full SHA for 50d0cbb
Makefile
@@ -1,7 +1,7 @@
1
#!/usr/bin/make -f
2
3
PACKAGES_NOSIMULATION=$(shell go list ./... | grep -v '/simulation')
4
-VERSION ?= $(shell echo $(shell git tag --sort=creatordate | tail -1) | sed 's/^v//')
+VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
5
TMVERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::')
6
COMMIT := $(shell git log -1 --format='%H')
7
LEDGER_ENABLED ?= true
0 commit comments