From 47921724df10c83f0b00095c5f26083de9cd30f5 Mon Sep 17 00:00:00 2001 From: Benjamin Ramser Date: Sun, 10 Mar 2024 14:25:11 +0100 Subject: [PATCH] chore: remove chore(deps) from patch_tags --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47c8586..a8d5a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,13 +66,14 @@ allowed_tags = [ "test", ] minor_tags = ["feat"] -patch_tags = ["fix", "perf"] +patch_tags = ["fix", "perf", "docs"] [tool.semantic_release.changelog] exclude_commit_patterns = [ "chore\\(release\\):", "chore\\(deps-dev\\):", "build\\(deps-dev\\):", + "build\\(deps\\):", "ci:", ]