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=BUILD_DATE={{.Date}}"
|
||||||
- "--build-arg=VCS_REF={{.FullCommit}}"
|
- "--build-arg=VCS_REF={{.FullCommit}}"
|
||||||
|
|
||||||
|
changelog:
|
||||||
|
filters:
|
||||||
|
exclude:
|
||||||
|
- '^docs:'
|
||||||
|
- '^chore:'
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: binary
|
- format: binary
|
||||||
|
|
Loading…
Reference in a new issue