diff --git a/pyproject.toml b/pyproject.toml index 50b0dbf..e56b6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ [tool.semantic_release.changelog] changelog_file = "CHANGELOG.md" - exclude_commit_patterns = ["^build: .*", "^chore: release v.*", "^test: .*"] + exclude_commit_patterns = ["^build:", "^chore: release v", "^test:"] template_dir = "templates" [tool.semantic_release.changelog.environment]