Skip to content

Commit

Permalink
chore: added build(deps) as a dependency update group parser
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 6, 2025
1 parent bf7bb5a commit ae8f619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commit_parsers = [
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^dep-update", group = "<!-- 11 --> Dependency updates" },
{ message = "^build(deps)", group = "<!-- 11 --> Dependency updates" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
Expand Down

0 comments on commit ae8f619

Please sign in to comment.