Make sure script/release pushes errthang

This commit is contained in:
John Barnette
2012-10-04 13:34:32 -07:00
parent a7e6122d4a
commit 4db963e19f

View File

@@ -34,4 +34,5 @@ git fetch -t origin
# Tag it and bag it.
gem push boxen-*.gem && git tag "$tag" && git push origin --tags
gem push boxen-*.gem && git tag "$tag" &&
git push origin master && git push origin "$tag"