Skip to content

Commit

Permalink
fix: semantic release execluded patterns (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed May 17, 2024
1 parent a0eabfc commit ed7f4ad
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 @@ -62,7 +62,7 @@ version_toml = ["pyproject.toml:tool.poetry.version"]

[tool.semantic_release.changelog]
template_dir = ".github/templates"
exclude_commit_patterns = ["chore: version bump"]
exclude_commit_patterns = ["chore: version bump", "chore(deps)", "chore(deps-dev)"]

[tool.semantic_release.changelog.environment]
trim_blocks = true
Expand Down

0 comments on commit ed7f4ad

Please sign in to comment.