We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8494b09 commit 2c53673Copy full SHA for 2c53673
pyproject.toml
@@ -199,7 +199,15 @@ prerelease_token = "rc"
199
prerelease = false
200
201
[tool.semantic_release.changelog]
202
-exclude_commit_patterns = []
+exclude_commit_patterns = [
203
+ '''chore(?:\([^)]*?\))?: .+''',
204
+ '''ci(?:\([^)]*?\))?: .+''',
205
+ '''refactor(?:\([^)]*?\))?: .+''',
206
+ '''style(?:\([^)]*?\))?: .+''',
207
+ '''test(?:\([^)]*?\))?: .+''',
208
+ '''build\((?!deps\): .+)''',
209
+ '''Initial [Cc]ommit.*''',
210
+]
211
mode = "update"
212
insertion_flag = "<!-- version list -->"
213
template_dir = "templates"
0 commit comments