Skip to content

Commit

Permalink
chore: remove chore(deps) from patch_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 10, 2024
1 parent 8733def commit 4792172
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 @@ -66,13 +66,14 @@ allowed_tags = [
"test",
]
minor_tags = ["feat"]
patch_tags = ["fix", "perf"]
patch_tags = ["fix", "perf", "docs"]

[tool.semantic_release.changelog]
exclude_commit_patterns = [
"chore\\(release\\):",
"chore\\(deps-dev\\):",
"build\\(deps-dev\\):",
"build\\(deps\\):",
"ci:",
]

Expand Down

0 comments on commit 4792172

Please sign in to comment.