Skip to content

Commit ed335a5

Browse files
committed
chore: don't parse squash commits in semantic release
1 parent 223b02d commit ed335a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ build_command = """
8585
uv build
8686
"""
8787
version_toml = ["pyproject.toml:project.version"]
88+
89+
[tool.semantic_release.commit_parser_options]
90+
parse_squash_commits = false

0 commit comments

Comments
 (0)