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