Skip to content

Commit aa71444

Browse files
committed
chore: filter changelog
1 parent 656138a commit aa71444

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.goreleaser.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ builds:
4242
# - windows
4343
# goarch: [amd64]
4444

45+
changelog:
46+
sort: asc
47+
filters:
48+
exclude:
49+
- '^docs:'
50+
- '^test:'
51+
- '^chore:'
52+
- Merge pull request
53+
- Merge branch
54+
4555
archives:
4656
- files:
4757
- ./assets/dist/*

0 commit comments

Comments
 (0)