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 893a862a Update apache-release.sh
893a862a is described below
commit 893a862a335d0865672d4276ef1a22cd003bc847
Author: imbajin <[email protected]>
AuthorDate: Fri Feb 10 17:59:45 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 b8367f9b..abd9d8b5 100755
--- a/computer-dist/scripts/apache-release.sh
+++ b/computer-dist/scripts/apache-release.sh
@@ -97,7 +97,7 @@ svn status
if [ "$USERNAME" = "" ]; then
svn commit -m "submit files for ${REPO} ${RELEASE_VERSION}" || exit
else
- svn commit -m "submit files for ${REPO} ${RELEASE_VERSION}" \
+ svn commit --non-interactive -m "submit files for ${REPO}
${RELEASE_VERSION}" \
--username "${USERNAME}" --password "${PASSWORD}" || exit
fi