From 4493d833866100ac00594cf0de4e7f8a1e97070b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 16 Jan 2025 21:24:27 +0100 Subject: [PATCH] chore: chanelog contains only relevant --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb9284..5baaec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,12 @@ upload_to_vcs_release = true [tool.semantic_release.changelog] changelog_file = "CHANGELOG.md" exclude_commit_patterns = [ - "chore\\(release\\):", + '''chore(?:\([^)]*?\))?: .+''', + '''ci(?:\([^)]*?\))?: .+''', + '''refactor(?:\([^)]*?\))?: .+''', + '''style(?:\([^)]*?\))?: .+''', + '''tests?(?:\([^)]*?\))?: .+''', + '''build\((?!deps\): .+)''', ] [tool.semantic_release.branches.main]