From b1515cddb250193f5a140e9f29e424d138c6c2fd Mon Sep 17 00:00:00 2001 From: David Hart Date: Thu, 31 Oct 2024 10:00:36 -0600 Subject: [PATCH] ci: configure semantic-release --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41ff427..3633cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,9 +143,10 @@ allowed_tags = [ "refactor", # A change that does not add a feature nor fix a bug (could be major, minor or patch) "docs", # Documentation-only changes within the source code (no version level change) "style", # A code that does not change meaning of the code (no version level change) + "release", # A push to main ] -minor_tags = ["feat"] -patch_tags = ["fix", "perf", "refactor"] +minor_tags = ["feat", "release(feat)"] +patch_tags = ["fix", "perf", "refactor", "release"] default_bump_level = 0 [tool.semantic_release.remote]