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
When I type the commit message with refactor: xxx, it triggers a githooks error.
Error! The commit message should be structured as follows:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
where "type" can be: feat fix doc docs chore ci build perf style revert test
For details, please refer to https://www.conventionalcommits.org/en/v1.0.0/#summary
The type in the commit message does not correspond in the two files.
What Happened?
When I type the commit message with
refactor: xxx
, it triggers a githooks error.The
type
in the commit message does not correspond in the two files.https://github.com/devstream-io/devstream/blob/main/hack/commitlint.config.js
How to Reproduce?
git commit -m 'refactor: triggers githooks error'
Anything else
I will fix it and please assign me.
DevStream Version
latest
The text was updated successfully, but these errors were encountered: