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
MAJOR => "BREAKING CHANGE" in commit message
MINOR => "feat" in commit message e.g. "feat: my new warn rule"
PATCH => everything else is a patch version. E.g. fixes which are none breaking "fix: correct error message"
As we start from the ground up, we should have versioning/release concept regarding added rules to support transparency for users.
E.g.
Rules with severity error should cause breaking change (major)
Rules with severity warn should cause feature change (minor)
The text was updated successfully, but these errors were encountered: