Skip to content

Commit

Permalink
fix(ci): exclude_commit_patterns for Merge pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist committed Jan 11, 2024
1 parent 0859d52 commit b7df053
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ build-backend = "poetry.core.masonry.api"
branch = "main"
version_toml = ["pyproject.toml:tool.poetry.version"]
commit_message = "chore(release): bump version to v{version} [skip ci]"

[tool.semantic_release.changelog]
exclude_commit_patterns = [
"Merge pull request",
]

0 comments on commit b7df053

Please sign in to comment.