Skip to content

Commit 8891b63

Browse files
committed
build(goreleaser): fix changelog exclude regexes
Signed-off-by: Matthew Penner <[email protected]>
1 parent 8c9dcc3 commit 8891b63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.goreleaser.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ changelog:
9393
sort: asc
9494
filters:
9595
exclude:
96-
- '^chore(:|\\()'
97-
- '^perf(:|\\()'
98-
- '^readme(:|\\()'
99-
- '^refactor(:|\\()'
100-
- '^style(:|\\()'
101-
- '^tests?(:|\\()'
96+
- '^chore(:|\()'
97+
- '^perf(:|\()'
98+
- '^readme(:|\()'
99+
- '^refactor(:|\()'
100+
- '^style(:|\()'
101+
- '^tests?(:|\()'
102102
- '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package
103103
groups:
104104
- title: Added

0 commit comments

Comments
 (0)