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 c70eb91 commit 3261d89Copy full SHA for 3261d89
Makefile
@@ -1,4 +1,4 @@
1
-Version := $(shell git describe --tags --dirty)
+Version := $(shell git describe --tags --dirty --always)
2
GitCommit := $(shell git rev-parse HEAD)
3
LDFLAGS := "-s -w -X awssh/cmd.Version=$(Version) -X awssh/cmd.GitCommit=$(GitCommit)"
4
OUTDIR := bin
0 commit comments