diff --git a/pyproject.toml b/pyproject.toml index e31bfbb3..a3a79351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,3 +62,12 @@ match = "palm" [tool.semantic_release.changelog.environment] keep_trailing_newline = true + +[tool.semantic_release.changelog] +exclude_commit_patterns = [ + "docs:", + "build:", + "style:", + "chore:", + "test:", +]