Skip to content

Commit

Permalink
fix: tag returns 2 results when latest RC equals official release (ve…
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain authored Jun 6, 2024
1 parent 7d6ced8 commit e565762
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,7 +1,7 @@
PACKAGE = github.com/vechain/thor

GIT_COMMIT = $(shell git --no-pager log --pretty="%h" -n 1)
GIT_TAG = $(shell git tag -l --points-at HEAD)
GIT_TAG = $(shell git tag -l --points-at HEAD | head -n 1)
COPYRIGHT_YEAR = $(shell git --no-pager log -1 --format=%ad --date=format:%Y)
THOR_VERSION = $(shell cat cmd/thor/VERSION)
DISCO_VERSION = $(shell cat cmd/disco/VERSION)
Expand Down

0 comments on commit e565762

Please sign in to comment.