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:
parent
d4ca4e3a35
commit
86e292bbee
@ -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)]*:+.*$"
|
||||
|
Loading…
Reference in New Issue
Block a user