1
0
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:
Carlos A Becker 2023-03-10 10:27:51 -03:00
parent ba2c93bf20
commit 33e46b6e84
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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