Similar to incrementing based off of commit messages containing +semver:minor or +semver:major - if we could tag commits with these messages and increment the version accordingly.
The reason being is that we want to do a binary comparison between the current build and the last master build to detect API changes (which obviously happens after the commit), then retrospectively tag the commit to state if there was a major or minor change.