Skip to content

Commit 93ce217

Browse files
committed
Give build artifacts prettier names
1 parent dd78a1c commit 93ce217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SOURCES = $(shell find . -name '*.go') $(GENERATED_PROTOS)
66
# Protobuf needs one of these for every 'import "foo.proto"' in .protoc files.
77
PROTO_MAPPING = MSecurity.proto=github.com/colinmarc/hdfs/v2/internal/protocol/hadoop_common
88

9-
TAG ?= $(shell git rev-parse HEAD)
9+
TAG ?= $(shell git describe --tag)
1010
ARCH = $(shell go env GOOS)-$(shell go env GOARCH)
1111
RELEASE_NAME = gohdfs-$(TAG)-$(ARCH)
1212

0 commit comments

Comments
 (0)