We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8321184 commit 419d6a5Copy full SHA for 419d6a5
release/release.sh
@@ -73,7 +73,7 @@ SYS=${BTCDBUILDSYS:-"
73
# Use the first element of $GOPATH in the case where GOPATH is a list
74
# (something that is totally allowed).
75
PKG="github.com/ltcsuite/ltcd"
76
-COMMIT=$(git describe --abbrev=40 --dirty)
+COMMIT=$(git describe --abbrev=40 --dirty --tags)
77
78
for i in $SYS; do
79
OS=$(echo $i | cut -f1 -d-)
0 commit comments