Skip to content

Commit

Permalink
ci: ignore commits in changelog and release notes (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored Jun 24, 2024
1 parent 6ed209b commit 693c91b
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 = "(main|master)"

[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 693c91b

Please sign in to comment.