diff --git a/pyproject.toml b/pyproject.toml index 829160c..afbf165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,9 @@ env = "GIT_COMMIT_AUTHOR" default = "semantic-release " [tool.semantic_release.commit_parser_options] -allowed_tags = ["major","build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"] +allowed_tags = ["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]