Merge pull request #173 from QingWei-Li/fix/release

fix release shell
This commit is contained in:
baiyaaaaa 2016-09-28 14:42:30 +08:00 committed by GitHub
commit 4da56ee4d0

View File

@ -17,7 +17,7 @@ then
npm version $VERSION --message "[release] $VERSION"
# publish
git push origin refs/tags/v$VERSION
git push
git push eleme refs/tags/v$VERSION
git push eleme master
npm publish --tag next
fi