This is an automated email from the ASF dual-hosted git repository.
kvn pushed a commit to branch v0.2.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v0.2.0 by this push:
new 5964da2 fix: release-src name should contains controller
5964da2 is described below
commit 5964da26078a47b888c3ef91e3054b36f9e92a3b
Author: kv <[email protected]>
AuthorDate: Sat Jan 9 22:44:00 2021 +0800
fix: release-src name should contains controller
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 3038504..ccd2a90 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
default: help
VERSION ?= 0.2.0
-RELEASE_SRC = apache-apisix-ingress-${VERSION}-src
+RELEASE_SRC = apache-apisix-ingress-controller-${VERSION}-src
IMAGE_TAG ?= "latest"
GITSHA ?= $(shell git rev-parse --short=7 HEAD)
OSNAME ?= $(shell uname -s | tr A-Z a-z)