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
[ERROR] Invalid Commit Message
The commit message is not properly formatted according to the
Conventional Commits specification. For more details, see
https://www.conventionalcommits.org/en/v1.0.0/
It would be nice to echo the parser error, so we have a hint of what we did wrong. Example:
[ERROR] Invalid Commit Message: 'asdf' is not one of the valid types 'feat, fix, refactor, ...'
The commit message is not properly formatted according to the
Conventional Commits specification. For more details, see
https://www.conventionalcommits.org/en/v1.0.0/
The text was updated successfully, but these errors were encountered:
Well its not usable for me because of this. If The first error already says nothing, and I just see a huge regex when I am looking into the code, I can leave it. Sorry. It was looking really promising
Right now, all errors are the same:
It would be nice to echo the parser error, so we have a hint of what we did wrong. Example:
The text was updated successfully, but these errors were encountered: