Skip to content

Commit

Permalink
ci: ignore commits in changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg committed Jun 19, 2024
1 parent b168a7d commit 54ba37e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ match = "olive"

[tool.semantic_release.changelog.environment]
keep_trailing_newline = true

[tool.semantic_release.changelog]
exclude_commit_patterns = [
"docs:",
"build:",
"style:",
"chore:",
"test:",
]

0 comments on commit 54ba37e

Please sign in to comment.