Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit d17bd0b

Browse files
committed
Update publish_release_candiate.
1 parent e317671 commit d17bd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish_release_candidate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ fi
3636
mkdir -p "$TMPDIR""weex_release_candidate/""$1/$2"
3737
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"
3838
cd "$TMPDIR""weex_release_candidate"
39-
svn add "$1/$2"
40-
svn commit -m "$4"
39+
svn add . --force
40+
svn commit -m "Update for $1-$2"

0 commit comments

Comments
 (0)