Skip to content

Commit 83eb63b

Browse files
committed
update weex release script
1 parent 1f03843 commit 83eb63b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/get-weex-version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if (weexBaseVersion === coreVersion) {
88
weexSubVersion++
99
} else {
1010
// new core version, reset sub version
11+
weexBaseVersion = coreVersion
1112
weexSubVersion = 1
1213
}
1314

build/release-weex.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO, only release weex package by bumping the weex postfix
21
set -e
32
CUR_VERSION=`node build/get-weex-version.js -c`
43
NEXT_VERSION=`node build/get-weex-version.js`

0 commit comments

Comments
 (0)