You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A commit message that has "breaking:" in any part of it will trigger a major version bump, even if it is inside a comment (# :breaking:).
Can this be reviewed to only match "breaking:" and "feature:" at the start of the commit message?
I think that only the following commit messages should trigger a bump:
"breaking: (...)"
":breaking: (...)"
" breaking: (...)" (leading whitespaces but not newline)
" :breaking: (...)" (leading whitespaces but not newline)
and then the same thing for "feature:".