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

pengjunzhi pushed a commit to branch release-1.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/release-1.7.0 by this push:
     new 1d0d89fc0 copy the binary file to svn
1d0d89fc0 is described below

commit 1d0d89fc069c3493d28c32c942ee38e44014f7e7
Author: Peng Junzhi <[email protected]>
AuthorDate: Sat Nov 15 10:53:17 2025 +0800

    copy the binary file to svn
---
 hugegraph-commons/hugegraph-dist/scripts/apache-release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh 
b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
index 66faae9ce..643b4f305 100755
--- a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -48,8 +48,8 @@ cd - || exit
 
 # step2: copy the binary file (Optional)
 # Note: it's optional for project to generate binary package (skip this step 
if not need)
-#cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
-#  dist/apache-${REPO} || exit
+cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
+  dist/apache-${REPO} || exit
 
 # step3: sign + hash
 ##### 3.1 sign in source & binary package

Reply via email to