fix: update commit message patterns and comments in cliff.toml

This commit modifies the indentation of lines in the postprocessors and
commit_preprocessors sections for improved readability. It also updates
the commit_parsers section to ensure proper grouping of commit messages
according to their types. The changes enhance the maintainability of
the configuration file while preserving existing functionality.
This commit is contained in:
2025-10-14 09:13:56 +02:00
parent 3edca8f39d
commit 08a2b82074
-3
View File
@@ -71,9 +71,6 @@ commit_parsers = [
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },