Skip to content

Commit

Permalink
update weex release script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 15, 2016
1 parent 1f03843 commit 83eb63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/get-weex-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if (weexBaseVersion === coreVersion) {
weexSubVersion++
} else {
// new core version, reset sub version
weexBaseVersion = coreVersion
weexSubVersion = 1
}

Expand Down
1 change: 0 additions & 1 deletion build/release-weex.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO, only release weex package by bumping the weex postfix
set -e
CUR_VERSION=`node build/get-weex-version.js -c`
NEXT_VERSION=`node build/get-weex-version.js`
Expand Down

0 comments on commit 83eb63b

Please sign in to comment.