feature: Changlog format now groups issues

This commit is contained in:
jamesread 2022-11-13 21:06:07 +00:00
parent 476f74efa8
commit e318084300
1 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,18 @@ snapshot:
name_template: "{{ .Branch }}-{{ .ShortCommit }}"
changelog:
sort: asc
groups:
- title: 'Security'
regexp: '^.*?security(\([[:word:]]+\))??!?:.+$'
order: 0
- title: 'Features'
regexp: '^.*?feature(\([[:word:]]+\))??!?:.+$'
order: 1
- title: 'Bug fixes'
regexp: '^.*?bugfix(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Others
order: 999
filters:
exclude:
- '^docs:'