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: 罗泽轩 <[email protected]>
AuthorDate: Tue Feb 2 09:59:48 2021 +0800

    chore: should exclude utils/ from the release (#3476)
    
    Signed-off-by: spacewander <[email protected]>
---
 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 \
        .

Reply via email to