Skip to content

Commit

Permalink
chore: update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jan 10, 2025
1 parent 0b1d416 commit 5dacf17
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,13 +33,14 @@

[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}"
commit_parser = "angular"
tag_format = "v{version}"
version_variables = ["src/__init__.py:__version__"]

[tool.semantic_release.changelog]
exclude_commit_patterns = ['''chore: release|chore\(release\): .+''']
mode = "init"

[tool.semantic_release.commit_parser_options]
allowed_tags = [
Expand Down

0 comments on commit 5dacf17

Please sign in to comment.