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 13, 2025
1 parent 97139a7 commit fa1a7bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
tag_format = "v{version}"
version_variables = ["src/__init__.py:__version__"]

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

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"build",
Expand All @@ -55,4 +52,4 @@
"test",
]
minor_tags = ["feat"]
patch_tags = ["chore", "ci", "docs", "fix", "perf", "refactor"]
patch_tags = ["build", "fix", "perf", "refactor"]

0 comments on commit fa1a7bf

Please sign in to comment.