Skip to content

Commit b876161

Browse files
committed
feat(ci): generate changelogs automatically for new releases
1 parent aa5db75 commit b876161

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ release:
5858
# If you want to manually examine the release before its live, uncomment this line:
5959
# draft: true
6060
changelog:
61-
disable: true
61+
use: github
62+
sort: asc
63+
filters:
64+
exclude:
65+
- "^docs:"
66+
- "^test:"

0 commit comments

Comments
 (0)