From a0d3e43b5333bb563419ce73c5464ab3d9b4ddab Mon Sep 17 00:00:00 2001
From: Adam Reese <adam@reese.io>
Date: Tue, 11 Oct 2016 12:37:22 -0700
Subject: [PATCH] fix(Makefile): allow overriding the version for canary builds

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 87d9f7c12..741c49cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ dist:
 		cd _dist && \
 		$(DIST_DIRS) cp ../LICENSE {} \; && \
 		$(DIST_DIRS) cp ../README.md {} \; && \
-		$(DIST_DIRS) tar -zcf helm-${GIT_TAG}-{}.tar.gz {} \; && \
-		$(DIST_DIRS) zip -r helm-${GIT_TAG}-{}.zip {} \; \
+		$(DIST_DIRS) tar -zcf helm-${VERSION}-{}.tar.gz {} \; && \
+		$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; \
 	)
 
 .PHONY: checksum
-- 
GitLab