Skip to content

Commit c0eae91

Browse files
committed
build: exclude release commits from goreleaser changelog
Add '^release:' pattern to changelog skip filters to prevent release-related commits from appearing in generated changelogs.
1 parent 3bd7ca9 commit c0eae91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ changelog:
6464
- '^ci:'
6565
- '^chore:'
6666
- '^build:'
67+
- '^release:'
6768
groups:
6869
- title: Features
6970
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'

0 commit comments

Comments
 (0)