Commit a08c819d authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

update release.sh

parent 3c590edb
...@@ -19,7 +19,7 @@ then ...@@ -19,7 +19,7 @@ then
echo "Releasing theme-default $VERSION ..." echo "Releasing theme-default $VERSION ..."
cd packages/theme-default cd packages/theme-default
npm version $VERSION --message "[release] $VERSION" npm version $VERSION --message "[release] $VERSION"
npm publish npm publish --tag beta
cd ../.. cd ../..
# commit # commit
...@@ -34,5 +34,5 @@ then ...@@ -34,5 +34,5 @@ then
git rebase master git rebase master
git push eleme dev git push eleme dev
npm publish npm publish --tag beta
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment