fix: Include "fix" in the right place in the release notes
This commit is contained in:
parent
9fbaa8671f
commit
d5eb74e738
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue