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:
parent
de796eb4e5
commit
f4cd8fc156
@ -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(\(.+\))??!?:.+$'
|
||||
|
Loading…
x
Reference in New Issue
Block a user