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 7c5f0890 Update apache-release.sh
7c5f0890 is described below
commit 7c5f08909ecd2d943e7b57cf73ba9b755d58ba0d
Author: imbajin <[email protected]>
AuthorDate: Fri Feb 10 17:37:46 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 cb7eb747..b8367f9b 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-1.0.0-rc2" # update tmp
+GIT_BRANCH=$4
RELEASE_VERSION=${RELEASE_VERSION:?"Please input the release version behind
script"}