Skip to content

Commit

Permalink
chore: update release notes breaking change regex (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Newman <z@znewman.net>

Signed-off-by: Zachary Newman <z@znewman.net>
  • Loading branch information
znewman01 committed Oct 6, 2022
1 parent adbdc7d commit 14853e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser/tuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ changelog:
use: github
groups:
- title: "Breaking changes"
regexp: "^.*BREAKING CHANGE[(\\w)]*:+.*$"
regexp: "^.*(?:BREAKING CHANGE)|![(\\w)]*:+.*$"
order: 0
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
Expand Down

0 comments on commit 14853e3

Please sign in to comment.