remove rc tag from the build script

This commit is contained in:
Vladimir Agafonkin 2016-09-27 16:22:54 +03:00
parent d1c3b45773
commit 44176d9cea

View File

@ -16,7 +16,7 @@ git commit -m "v$VERSION"
git tag v$VERSION -f
git push --tags -f
npm publish --tag rc
npm publish
git checkout master
git branch -D build