You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/01/16 18:23:54 UTC

[incubator-hugegraph-computer] branch tmp-release updated: use 'tmp-release' branch

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 ab85cc1c use 'tmp-release' branch
ab85cc1c is described below

commit ab85cc1cb21c3ef51e558d748f156114234c96e0
Author: imbajin <ji...@apache.org>
AuthorDate: Tue Jan 17 02:23:51 2023 +0800

    use 'tmp-release' branch
---
 computer-dist/scripts/apache-release.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/computer-dist/scripts/apache-release.sh b/computer-dist/scripts/apache-release.sh
index bbff1624..cee266ad 100755
--- a/computer-dist/scripts/apache-release.sh
+++ b/computer-dist/scripts/apache-release.sh
@@ -24,7 +24,8 @@ RELEASE_VERSION=$1
 USERNAME=$2
 PASSWORD=$3
 # git release branch (check it carefully)
-GIT_BRANCH="release-${RELEASE_VERSION}"
+GIT_BRANCH="tmp-release"
+#GIT_BRANCH="release-${RELEASE_VERSION}"
 
 RELEASE_VERSION=${RELEASE_VERSION:?"Please input the release version behind script"}