chore: use chore for everything else
If it is not a user facing feature. Or something boring. Do not name it fix or feat do name it chore instead. A example would be changing configs like this commit. Maybe even some internal variable naming convetion and so on.
This commit is contained in:
parent
4e270eb213
commit
aef93ce88b
|
@ -4,5 +4,5 @@ repos:
|
|||
hooks:
|
||||
- id: conventional-pre-commit
|
||||
stages: [commit-msg]
|
||||
args: [feat, fix, ci, test]
|
||||
args: [feat, fix, ci, test, chore]
|
||||
|
||||
|
|
Loading…
Reference in a new issue