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
The current implementation to check against the Conventional Commits specs is a little bit loose.
Right now it considers the following commit messages "feature 1", "feather weight", "defeat your fear", "not-a-feature really" as minor change, and "f!rstword", "Hi! How are you?" as a major.
Let's use some robust checks. Regex can be a good solution.
The text was updated successfully, but these errors were encountered:
For some context: #15
The current implementation to check against the Conventional Commits specs is a little bit loose.
Right now it considers the following commit messages "feature 1", "feather weight", "defeat your fear", "not-a-feature really" as minor change, and "f!rstword", "Hi! How are you?" as a major.
Let's use some robust checks. Regex can be a good solution.
The text was updated successfully, but these errors were encountered: