Skip to content

Commit ed7f4ad

Browse files
authored
fix: semantic release execluded patterns (#389)
1 parent a0eabfc commit ed7f4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
6262

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

6767
[tool.semantic_release.changelog.environment]
6868
trim_blocks = true

0 commit comments

Comments
 (0)