Skip to content

Commit

Permalink
ci: ignore commits in changelog and release notes (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrrypg authored Jun 20, 2024
1 parent 1aa27ce commit 102ac77
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 = "palm"

[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 102ac77

Please sign in to comment.