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:]]+\))??!?:.+$'
|
regexp: '^.*?feat.*?(\([[:word:]]+\))??!?:.+$'
|
||||||
order: 1
|
order: 1
|
||||||
- title: 'Bug fixes'
|
- title: 'Bug fixes'
|
||||||
regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
|
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
|
||||||
order: 2
|
order: 2
|
||||||
- title: Others
|
- title: Others
|
||||||
order: 999
|
order: 999
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue