Skip to content

Commit

Permalink
chore: Include dependencies update in release note
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
  • Loading branch information
phsym committed Nov 12, 2024
1 parent 309e971 commit 46b8e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-note.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commit_parsers = [
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci|^chore\\(deps\\)", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ message = "^chore|^ci|^chore\\(deps\\)|^build\\(deps\\)", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
]
Expand Down

0 comments on commit 46b8e74

Please sign in to comment.