docs: hide version commits in CHANGELOG

This commit is contained in:
jdx 2025-04-22 23:04:21 -05:00
parent 7a111ead46
commit 570a9c6467
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -88,6 +88,7 @@ commit_preprocessors = [
]
# regex for parsing and grouping commits
commit_parsers = [
{ message = '^\d+\.\d+\.\d+$', skip = true },
{ message = '^(chore|fix)\(deps.*\):', skip = true },
{ message = '^feat', group = "<!-- 0 -->🚀 Features" },
{ message = '^fix', group = "<!-- 1 -->🐛 Bug Fixes" },