fix: release.sh remove useless code

This commit is contained in:
pangxie1991 2017-10-26 21:42:49 +08:00
parent e262cd060f
commit dafd89ac36

View File

@ -13,8 +13,6 @@ then
# commit # commit
npm version $VERSION --message "[release] $VERSION" npm version $VERSION --message "[release] $VERSION"
git add -A
git commit -m "[build] $VERSION"
# publish # publish
echo "publishing git..." echo "publishing git..."