Skip to content

Commit

Permalink
chore: try to ignore release commits in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jan 10, 2025
1 parent 64c8792 commit 64af789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@

[tool.semantic_release]
commit_author = "Bean <[email protected]>"
commit_message = "chore: release v{version}\n\nAutomatically generated by python-semantic-release"
commit_message = "chore(release): v{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "angular"
exclude_commit_patterns = ['''chore: release|chore\(release\):''']
tag_format = "v{version}"
version_variables = ["src/__init__.py:__version__"]

Expand Down

0 comments on commit 64af789

Please sign in to comment.