Skip to content

Commit 8b2b5d9

Browse files
committed
update weex release script
1 parent e1d2576 commit 8b2b5d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/release-weex.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
3131
cd -
3232

3333
# commit
34-
git add src/entries/weex-framework.js
35-
git add packages/weex-template-compiler
36-
git add packages/weex-vue-framework
34+
git add src/entries/weex*
35+
git add packages/weex*
3736
git commit -m "[release] weex-vue-framework@$NEXT_VERSION"
3837
fi

0 commit comments

Comments
 (0)