fix(release): release shell

This commit is contained in:
qingwei.li 2017-07-27 10:02:40 +08:00
parent 271dde8f5e
commit 628e2115a3

View File

@ -39,6 +39,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
git commit -m "chore: add changelog $VERSION"
# publish
git tag v$VERSION
git push origin refs/tags/v$VERSION
git push
if [[ -z $RELEASE_TAG ]]; then