1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build: fix changelog not showing dependencies updates

This commit is contained in:
Carlos Alexandro Becker 2024-05-22 11:00:48 -03:00
parent de796eb4e5
commit f4cd8fc156
No known key found for this signature in database

View File

@ -78,7 +78,6 @@ changelog:
exclude:
- "^test:"
- "^test\\("
- "^chore"
- "merge conflict"
- Merge pull request
- Merge remote-tracking branch
@ -86,7 +85,7 @@ changelog:
- go mod tidy
groups:
- title: Dependency updates
regexp: '^.*?(feat|fix|chore)\(deps\)!?:.+$'
regexp: '^.*?(.+)\(deps\)!?:.+$'
order: 300
- title: "New Features"
regexp: '^.*?feat(\(.+\))??!?:.+$'