fix: Include "fix" in the right place in the release notes

This commit is contained in:
jamesread 2025-10-27 14:22:21 +00:00
parent 9fbaa8671f
commit d5eb74e738
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ changelog:
regexp: '^.*?feat.*?(\([[:word:]]+\))??!?:.+$'
order: 1
- title: 'Bug fixes'
regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Others
order: 999