1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

chore: fix changelog deps group

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-09-28 22:08:25 -03:00
parent d4ca4e3a35
commit 86e292bbee
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -53,7 +53,7 @@ changelog:
- go mod tidy
groups:
- title: Dependency updates
regexp: "^.*feat\\(deps\\)*:+.*$"
regexp: "^.*(feat|fix)\\(deps\\)*:+.*$"
order: 300
- title: 'New Features'
regexp: "^.*feat[(\\w)]*:+.*$"