update weex release script

This commit is contained in:
Evan You 2017-01-20 16:09:45 -05:00
parent e1d2576552
commit 8b2b5d9697
1 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
cd -
# commit
git add src/entries/weex-framework.js
git add packages/weex-template-compiler
git add packages/weex-vue-framework
git add src/entries/weex*
git add packages/weex*
git commit -m "[release] weex-vue-framework@$NEXT_VERSION"
fi