Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 286 Bytes

bash-utils

SemVer

./bump-version-push-tag.sh major|minor|patch will tag and push to a remote.

Currently, you can't give it a path to the Git repo you want to tag. So you run the script from inside that repo.

$ usage: ./bump-version-push-tag.sh [major|minor|patch]