Skip to content

Commit

Permalink
ci: include lightweight tags in version too
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpa committed Sep 22, 2022
1 parent e7211f5 commit 9889895
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,5 +1,5 @@
ARCH := darwin/amd64 darwin/arm64 linux/386 linux/amd64 windows/386 windows/amd64
VERSION := $(shell git describe --always --dirty)
VERSION := $(shell git describe --always --dirty --tags)
LDFLAGS := -ldflags "-X main.version=${VERSION}"
BUILD_DIR := build

Expand Down

0 comments on commit 9889895

Please sign in to comment.