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:".
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
"breaking:" word always bumps the major version, not just at the start of the commit message
[CY-6611] "breaking:" word always bumps the major version, not just at the start of the commit message
Nov 11, 2022
nvloff-f3
added a commit
to form3tech-oss/f1
that referenced
this issue
Apr 29, 2024
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:".
The text was updated successfully, but these errors were encountered: