chore: refactor configuration files for better readability (#3951)

- Remove filters from the `changelog` section in `.goreleaser.yaml`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-05-07 10:16:38 +08:00 committed by GitHub
parent 638aa19e7d
commit 39089af625
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,12 +54,3 @@ changelog:
order: 4
- title: Others
order: 999
filters:
# Commit messages matching the regexp listed here will be removed from
# the changelog
# Default is empty
exclude:
- "^docs"
- "CICD"
- typo