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

Commit

Permalink
Update publish_release_candiate.
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Oct 14, 2019
1 parent e317671 commit d17bd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
svn add . --force
svn commit -m "Update for $1-$2"

0 comments on commit d17bd0b

Please sign in to comment.