From 83a6d989ecf3b6f5dc1b4a289b37aef4f7295583 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 2 Nov 2024 11:18:51 +0200 Subject: [PATCH] fix: allow to create major versions --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ec2c24..b16cd42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,9 +68,10 @@ env = "GIT_COMMIT_AUTHOR" default = "semantic-release " [tool.semantic_release.commit_parser_options] -allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"] +allowed_tags = ["major","build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"] minor_tags = ["feat"] patch_tags = ["fix", "perf"] +major_tags = ["major"] default_bump_level = 0 [tool.semantic_release.remote]