Skip to content

Commit

Permalink
build: 📦 fix commit_parser config for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 8, 2023
1 parent 1fdc446 commit 3f898b2
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 @@ -56,7 +56,7 @@ PDM_HOME = "/tmp/pdm"
[tool.semantic_release]
build_command = false
commit_author = "github-actions <action@github.com>"
commit_parser = "semantic_release.history.emoji_parser"
commit_parser = "emoji"

[tool.semantic_release.commit_parser_options]
major_tags = [":boom:"]
Expand Down

0 comments on commit 3f898b2

Please sign in to comment.