automatically bump and tag master, on merge, with the latest SemVer formatted version.
# hotfixes & bugs
git commit -m "fix: Small bug fixes."
# new feature
git commit -m "feature: Add new widget."
# Breaking Change or Major Version Release
git commit -m "BREAKING CHANGE: Add new widget."