Skip to content

Commit 384e9c7

Browse files
committed
fix(ci): switch GoReleaser changelog to git-based filtering
use: github ignores filters.exclude patterns, causing all chore(deps) commits to appear in release notes. use: git respects the filters.
1 parent c228cda commit 384e9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ snapshot:
7373

7474
# Changelog generation from conventional commits
7575
changelog:
76-
use: github
76+
use: git
7777
sort: asc
7878
abbrev: 7
7979
filters:

0 commit comments

Comments
 (0)