Skip to content

Commit 91532db

Browse files
committed
chore: update release notes breaking change regex
Signed-off-by: Zachary Newman <[email protected]>
1 parent f237d7c commit 91532db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser/tuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ changelog:
2323
use: github
2424
groups:
2525
- title: "Breaking changes"
26-
regexp: "^.*BREAKING CHANGE[(\\w)]*:+.*$"
26+
regexp: "^.*(?:BREAKING CHANGE)|![(\\w)]*:+.*$"
2727
order: 0
2828
- title: Features
2929
regexp: "^.*feat[(\\w)]*:+.*$"

0 commit comments

Comments
 (0)