chore: add changelog filter to goreleaser
This commit is contained in:
parent
d386170c91
commit
2ed0404e9e
1 changed files with 6 additions and 0 deletions
|
@ -20,5 +20,11 @@ dockers:
|
|||
- "--build-arg=BUILD_DATE={{.Date}}"
|
||||
- "--build-arg=VCS_REF={{.FullCommit}}"
|
||||
|
||||
changelog:
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^chore:'
|
||||
|
||||
archives:
|
||||
- format: binary
|
||||
|
|
Loading…
Reference in a new issue