From aef93ce88bfcf80353b8b7fb772008283906e71f Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 4 Jun 2023 12:01:38 +0200 Subject: [PATCH] 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. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e75b31f..0f0d1bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,5 +4,5 @@ repos: hooks: - id: conventional-pre-commit stages: [commit-msg] - args: [feat, fix, ci, test] + args: [feat, fix, ci, test, chore]