Skip to content

Commit

Permalink
feat: exclude commit patterns in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Sep 13, 2023
1 parent af0b759 commit d08bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ minor_tags = ["feat"]
patch_tags = ["fix", "perf"]

[tool.semantic_release.changelog]
exclude_commit_patterns = ["(?!(build|chore|ci|docs|feat|fix|perf|style|refactor|test)(:|\(|!| )).*$"]
exclude_commit_patterns = ["(?!build|chore|ci|docs|feat|fix|perf|style|refactor|test).*$"]

[tool.semantic_release.changelog.environment]
block_start_string = "{%"
Expand Down

0 comments on commit d08bf14

Please sign in to comment.