Push tags too.

This commit is contained in:
Jürg Lehni 2013-07-03 14:02:37 -07:00
parent a9cf4a373b
commit f32d875b55

View file

@ -29,6 +29,6 @@ git commit -m "Bump version to v$VERSION"
# Tag
git tag "v$VERSION"
# Push
git push
git push --tags
# Publish
npm publish ..