Closed
Description
Description
Currently, when skip commits and no using tags at all (in my use case, I bump the version with each commit) always get a MAYOR bump, but my commit is not a BREAKING CHANGES.
Possible Solution
When sip using tags at all, use the git log to read the commit messages and calculate the next version in bump
Additional context
No response
Additional context
No response