Skip to content

Commit 50d0cbb

Browse files
committed
improve Makefile
1 parent e8b7e9d commit 50d0cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
PACKAGES_NOSIMULATION=$(shell go list ./... | grep -v '/simulation')
4-
VERSION ?= $(shell echo $(shell git tag --sort=creatordate | tail -1) | sed 's/^v//')
4+
VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
55
TMVERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::')
66
COMMIT := $(shell git log -1 --format='%H')
77
LEDGER_ENABLED ?= true

0 commit comments

Comments
 (0)