Skip to content

Commit

Permalink
chore(changelog): include dependency updates in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
muja committed Feb 19, 2025
1 parent 22a065b commit efdf4e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ This release fixes a critical UB bug
### <!--4-->Miscellaneous / Refactors
- <em>(deps)</em> remove unused lazy_static dependency (<a href="https://github.com/muja/unrar.rs/commits/a4adeacab951283691864f14f3172b667abc009a">a4adeac</a>)
- add test step for unrar_sys library (<a href="https://github.com/muja/unrar.rs/commits/986de022da9336dacc4a0ec3df2404024852b112">986de02</a>)
### <!--7-->Example
Expand Down
6 changes: 3 additions & 3 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ body = """
trim = true

postprocessors = [
{ pattern = '<REPO>', replace = 'https://github.com/muja/unrar.rs' }
{ pattern = '<REPO>', replace = 'https://github.com/muja/unrar.rs' },
]

[git]
Expand All @@ -94,11 +94,11 @@ commit_parsers = [
{ message = ".*example", group = "<!--7-->Example" },
{ message = "^style", group = "<!--8-->Styling" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^.*\\bv[0-9]+\\.", skip = true },
{ message = "^chore|^ci|^refactor", group = "<!--4-->Miscellaneous / Refactors" },
{ body = ".*security", group = "<!--2-->Security" },
{ message = "^revert", group = "<!--9-->Revert" },
]
]

0 comments on commit efdf4e2

Please sign in to comment.