mirror of https://github.com/vuejs/vue.git
update weex release script
This commit is contained in:
parent
e1d2576552
commit
8b2b5d9697
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue