This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch tmp-release
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
The following commit(s) were added to refs/heads/tmp-release by this push:
new 94f82cd0 Update apache-release.sh
94f82cd0 is described below
commit 94f82cd0721f94da34382fc34f86ac6c28989f69
Author: imbajin <[email protected]>
AuthorDate: Fri Feb 10 17:15:59 2023 +0800
Update apache-release.sh
---
computer-dist/scripts/apache-release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/computer-dist/scripts/apache-release.sh
b/computer-dist/scripts/apache-release.sh
index bbff1624..cb7eb747 100755
--- a/computer-dist/scripts/apache-release.sh
+++ b/computer-dist/scripts/apache-release.sh
@@ -24,7 +24,7 @@ RELEASE_VERSION=$1
USERNAME=$2
PASSWORD=$3
# git release branch (check it carefully)
-GIT_BRANCH="release-${RELEASE_VERSION}"
+GIT_BRANCH="release-1.0.0-rc2" # update tmp
RELEASE_VERSION=${RELEASE_VERSION:?"Please input the release version behind
script"}