mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-05 13:15:26 +02:00
build: improve changelog config
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
ba2c93bf20
commit
33e46b6e84
@ -62,6 +62,9 @@ changelog:
|
|||||||
- title: 'New Features'
|
- title: 'New Features'
|
||||||
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
|
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
|
||||||
order: 100
|
order: 100
|
||||||
|
- title: 'Security updates'
|
||||||
|
regexp: '^.*?sec(\([[:word:]]+\))??!?:.+$'
|
||||||
|
order: 150
|
||||||
- title: 'Bug fixes'
|
- title: 'Bug fixes'
|
||||||
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
|
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
|
||||||
order: 200
|
order: 200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user