A project for automated semantic tagging.
Commit tag locally
# Patch
$ semantic --patch
$ 0.0.1
# Minor
$ semantic --minor
$ 0.1.0
# Major
$ semantic --major
$ 1.0.0
Commit tag and push
$ TAG=$(semantic --patch)
$ git push origin $TAG
Tag against a different branch
$ semantic --patch --branch=releases
$ 0.0.1