This is an automated email from the ASF dual-hosted git repository.
kyork pushed a commit to branch release/0.28
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git
The following commit(s) were added to refs/heads/release/0.28 by this push:
new d17bd0b Update publish_release_candiate.
d17bd0b is described below
commit d17bd0b10a564b3fd21300af62202b1931b5183f
Author: YorkShen <[email protected]>
AuthorDate: Mon Oct 14 14:34:46 2019 +0800
Update publish_release_candiate.
---
scripts/publish_release_candidate.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/publish_release_candidate.sh
b/scripts/publish_release_candidate.sh
index ef7465e..dba1748 100755
--- a/scripts/publish_release_candidate.sh
+++ b/scripts/publish_release_candidate.sh
@@ -36,5 +36,5 @@ fi
mkdir -p "$TMPDIR""weex_release_candidate/""$1/$2"
cp "apache-weex-incubating-$1-$2-src.tar.gz"
"apache-weex-incubating-$1-$2-src.tar.gz.asc"
"apache-weex-incubating-$1-$2-src.tar.gz.sha512"
"$TMPDIR""weex_release_candidate/""$1/$2"
cd "$TMPDIR""weex_release_candidate"
-svn add "$1/$2"
-svn commit -m "$4"
\ No newline at end of file
+svn add . --force
+svn commit -m "Update for $1-$2"