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 9e67596a4 fix apache-release.sh for server
9e67596a4 is described below
commit 9e67596a479df243706767963645808bd09cf17a
Author: Peng Junzhi <[email protected]>
AuthorDate: Sat Nov 15 12:22:24 2025 +0800
fix apache-release.sh for server
---
hugegraph-commons/hugegraph-dist/scripts/apache-release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
index 643b4f305..5623640d7 100755
--- a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -18,7 +18,7 @@
GROUP="hugegraph"
# current repository name
-REPO="${GROUP}-commons"
+REPO="${GROUP}"
# release version (input by committer)
RELEASE_VERSION=$1
USERNAME=$2