|
@@ -42,6 +42,18 @@ snapshot:
|
|
|
name_template: "{{ .Branch }}-{{ .ShortCommit }}"
|
|
name_template: "{{ .Branch }}-{{ .ShortCommit }}"
|
|
|
changelog:
|
|
changelog:
|
|
|
sort: asc
|
|
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:
|
|
filters:
|
|
|
exclude:
|
|
exclude:
|
|
|
- '^docs:'
|
|
- '^docs:'
|