#!/bin/sh
VERSION_PART=${1:-patch}
bump-my-version bump "$VERSION_PART" && git push
