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

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new bd45247  Fix failed release command (#15)
bd45247 is described below

commit bd45247d80a67e2245f940000ba58cf7acbff62e
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Mon May 13 14:40:36 2024 +0800

    Fix failed release command (#15)
    
    Signed-off-by: Gao Hongtao <hanahm...@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9b3cbd2..ae812ce 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ release-src:
        --exclude .gitignore \
        --exclude .DS_Store \
        --exclude .github \
+       --exclude build \
        .
        mv build/$(RELEASE_SRC).tgz . && rm -rf build
 

Reply via email to