We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f03843 commit 83eb63bCopy full SHA for 83eb63b
build/get-weex-version.js
@@ -8,6 +8,7 @@ if (weexBaseVersion === coreVersion) {
8
weexSubVersion++
9
} else {
10
// new core version, reset sub version
11
+ weexBaseVersion = coreVersion
12
weexSubVersion = 1
13
}
14
build/release-weex.sh
@@ -1,4 +1,3 @@
1
-# TODO, only release weex package by bumping the weex postfix
2
set -e
3
CUR_VERSION=`node build/get-weex-version.js -c`
4
NEXT_VERSION=`node build/get-weex-version.js`
0 commit comments