Skip to content

Commit 8982a9f

Browse files
seansicajondricek
andauthored
build: add "revert" as permissible conventional commit prefix
Co-authored-by: Jared Ondricek <90368810+jondricek@users.noreply.github.com>
1 parent bb955b9 commit 8982a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ build_command = """
103103
[tool.semantic_release.commit_parser_options]
104104
minor_tags = ["feat"]
105105
patch_tags = ["fix", "perf"]
106-
allowed_tags = ["feat", "fix", "perf", "build", "chore", "ci", "docs", "style", "refactor", "test"]
106+
allowed_tags = ["feat", "fix", "perf", "build", "chore", "ci", "docs", "style", "refactor", "revert", "test"]
107107

108108
[tool.commitizen]
109109
name = "cz_conventional_commits"

0 commit comments

Comments
 (0)