Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 2b42a69

Browse files
committed
update git version
1 parent f6eff15 commit 2b42a69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
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 describe --tags --always) | sed 's/^v//')
4+
VERSION ?= $(shell echo $(shell git tag --sort=creatordate | tail -1) | 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
@@ -623,4 +623,4 @@ split-test-packages:$(BUILDDIR)/packages.txt
623623
$(SPLIT_CMD) -d -n l/$(NUM_SPLIT) $< $<.
624624

625625
test-group-%:split-test-packages
626-
cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=10m -race -coverprofile=$(BUILDDIR)/$*.profile.out
626+
cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=10m -race -coverprofile=$(BUILDDIR)/$*.profile.out

0 commit comments

Comments
 (0)