From 7e8593978e4780b9508f0f9b9cbddff6f408b36b Mon Sep 17 00:00:00 2001 From: henrrypg Date: Wed, 4 Sep 2024 09:16:43 -0500 Subject: [PATCH] chore: add exclude patterns from changelog --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 37e003f3..7016cbeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,4 +70,8 @@ exclude_commit_patterns = [ "style:", "chore:", "test:", + "revert:", + "perf:", + "refactor:", + "ci:", ]