From fa1a7bffd75f2d54fc7c051224432a1a8546b91e Mon Sep 17 00:00:00 2001 From: Bean Date: Mon, 13 Jan 2025 13:53:43 +0800 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d121b01..6c68185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,6 @@ tag_format = "v{version}" version_variables = ["src/__init__.py:__version__"] -[tool.semantic_release.changelog] - exclude_commit_patterns = ['''chore: release|chore\(release\): .+'''] - [tool.semantic_release.commit_parser_options] allowed_tags = [ "build", @@ -55,4 +52,4 @@ "test", ] minor_tags = ["feat"] - patch_tags = ["chore", "ci", "docs", "fix", "perf", "refactor"] + patch_tags = ["build", "fix", "perf", "refactor"]