mirror of https://github.com/gin-gonic/gin.git
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:
parent
638aa19e7d
commit
39089af625
|
@ -54,12 +54,3 @@ changelog:
|
||||||
order: 4
|
order: 4
|
||||||
- title: Others
|
- title: Others
|
||||||
order: 999
|
order: 999
|
||||||
|
|
||||||
filters:
|
|
||||||
# Commit messages matching the regexp listed here will be removed from
|
|
||||||
# the changelog
|
|
||||||
# Default is empty
|
|
||||||
exclude:
|
|
||||||
- "^docs"
|
|
||||||
- "CICD"
|
|
||||||
- typo
|
|
||||||
|
|
Loading…
Reference in New Issue