diff --git a/packages/cli/pyproject.toml b/packages/cli/pyproject.toml index 85d2adf..beb4709 100644 --- a/packages/cli/pyproject.toml +++ b/packages/cli/pyproject.toml @@ -156,7 +156,7 @@ env = "GIT_COMMIT_AUTHOR" default = "semantic-release " [tool.semantic_release.commit_parser_options] -path_filters = ["."] +path_filters = [".", "!tests/**"] scope_prefix = "cli" minor_tags = ["feat"] patch_tags = ["fix", "perf"]