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 6b7fa0ffe fix apache-release.sh root path
6b7fa0ffe is described below
commit 6b7fa0ffeab0d7f48dbec4f526a73635341505e6
Author: Peng Junzhi <[email protected]>
AuthorDate: Sat Nov 15 13:26:31 2025 +0800
fix apache-release.sh root path
---
hugegraph-commons/hugegraph-dist/scripts/apache-release.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
index 8f78c0744..c56a3bba7 100755
--- a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -41,7 +41,8 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
# step1: package the source code
cd ../../../ || exit
git archive --format=tar.gz \
-
--output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz"
\
+
--output="${GROUP}-commons/${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-$
+ {RELEASE_VERSION}-src.tar.gz" \
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}"
|| exit
cd - || exit