update release.sh

This commit is contained in:
Leopoldthecoder 2017-04-28 22:07:45 +08:00 committed by 杨奕
parent 3c590edbab
commit a08c819d60

View File

@ -19,7 +19,7 @@ then
echo "Releasing theme-default $VERSION ..."
cd packages/theme-default
npm version $VERSION --message "[release] $VERSION"
npm publish
npm publish --tag beta
cd ../..
# commit
@ -34,5 +34,5 @@ then
git rebase master
git push eleme dev
npm publish
npm publish --tag beta
fi