Skip to content

Commit

Permalink
chore: chanelog contains only relevant (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalleck authored Jan 16, 2025
1 parent b64cdde commit 24760dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ upload_to_vcs_release = true
[tool.semantic_release.changelog]
changelog_file = "CHANGELOG.md"
exclude_commit_patterns = [
"chore\\(release\\):",
'''chore(?:\([^)]*?\))?: .+''',
'''ci(?:\([^)]*?\))?: .+''',
'''refactor(?:\([^)]*?\))?: .+''',
'''style(?:\([^)]*?\))?: .+''',
'''tests?(?:\([^)]*?\))?: .+''',
'''build\((?!deps\): .+)''',
]

[tool.semantic_release.branches.main]
Expand Down

0 comments on commit 24760dc

Please sign in to comment.