This is an automated email from the ASF dual-hosted git repository.
vaughn pushed a commit to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/release-1.0.0 by this push:
new 960f4a4b1 chore: source name
960f4a4b1 is described below
commit 960f4a4b1f27a43d3cfa95b5134257e3fe21b708
Author: vaughn <[email protected]>
AuthorDate: Sun Jan 8 22:41:51 2023 +0800
chore: source name
---
hugegraph-dist/scripts/apache-release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hugegraph-dist/scripts/apache-release.sh
b/hugegraph-dist/scripts/apache-release.sh
index 376d26ee6..cfc5dcfbf 100755
--- a/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-dist/scripts/apache-release.sh
@@ -42,7 +42,7 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
cd ../../
git archive --format=tar.gz \
--output="hugegraph-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz"
\
- --prefix=apache-${REPO}-"${RELEASE_VERSION}"-incubating-src/ "${GIT_BRANCH}"
|| exit
+ --prefix=apache-${REPO}-incubating-"${RELEASE_VERSION}"-src/ "${GIT_BRANCH}"
|| exit
cd - || exit
# step2: copy the binary file (Optional)