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
Currently commit messages are only linted by a git hook, which requires cloning the repository and running npm install for the hook to be installed properly.
This makes it possible to push commits that doesn't follow the Conventional Commits specification. Which will break the automatic versioning and releases.