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:
ChillerDragon 2023-06-04 12:01:38 +02:00
parent 4e270eb213
commit aef93ce88b

View file

@ -4,5 +4,5 @@ repos:
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [feat, fix, ci, test]
args: [feat, fix, ci, test, chore]