Skip to content

Commit

Permalink
chore: update exclude_commit_patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jan 10, 2025
1 parent 03a04d8 commit 3a71e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
commit_author = "Bean <[email protected]>"
commit_message = "chore(release): v{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "angular"
exclude_commit_patterns = ['''chore: release|chore\(release\):''']
exclude_commit_patterns = ['''chore: release|chore\(release\): .+''']
tag_format = "v{version}"
version_variables = ["src/__init__.py:__version__"]

Expand Down

0 comments on commit 3a71e9a

Please sign in to comment.