You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/02/02 01:59:57 UTC

[apisix] branch master updated: chore: should exclude utils/ from the release (#3476)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b22938  chore: should exclude utils/ from the release (#3476)
0b22938 is described below

commit 0b2293826a1abeebadd2c239b107f9f616c51118
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Feb 2 09:59:48 2021 +0800

    chore: should exclude utils/ from the release (#3476)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index d053b5d..473f74f 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,7 @@ release-src:
 	--exclude deps \
 	--exclude logs \
 	--exclude t \
+	--exclude utils \
 	--exclude release \
 	--exclude $(RELEASE_SRC).tgz \
 	.