Skip to content

Commit

Permalink
ci(python): exclude commit patterns (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Dec 14, 2023
1 parent 3c325ff commit 6c7ef98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ tag_format = "vpy{version}"
version_source = "commit"
changelog_file = "../docs/gitbook/python/changelog.md"
upload_to_pypi = true

[tool.semantic_release.commit_parser_options]
allowed_tags = ["feat", "fix", "perf"]

[tool.semantic_release.changelog]
exclude_commit_patterns = [
"[0-9]+.[0-9]+.[0-9]+\\n\\nAutomatically generated by python-semantic-release",
"(?m)^(?!.*\\b(?:python)\\b).*$",
]

0 comments on commit 6c7ef98

Please sign in to comment.