We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd78a1c commit 93ce217Copy full SHA for 93ce217
Makefile
@@ -6,7 +6,7 @@ SOURCES = $(shell find . -name '*.go') $(GENERATED_PROTOS)
6
# Protobuf needs one of these for every 'import "foo.proto"' in .protoc files.
7
PROTO_MAPPING = MSecurity.proto=github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_common
8
9
-TAG ?= $(shell git rev-parse HEAD)
+TAG ?= $(shell git describe --tag)
10
ARCH = $(shell go env GOOS)-$(shell go env GOARCH)
11
RELEASE_NAME = gohdfs-$(TAG)-$(ARCH)
12
0 commit comments