#!/bin/bash set -e git add . git commit -am "Bump to v${0}" git push origin master gem release