We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac4d70 commit e1256d5Copy full SHA for e1256d5
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