Skip to content

Commit

Permalink
fixing escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzel-felix committed Feb 18, 2024
1 parent a6dec13 commit 76fd903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ changelog:
use: github
groups:
- title: Breaking changes
regexp: "(feat|fix)(\(.*\))?!:"
regexp: "(feat|fix)(\\(.*\\))?!:"
order: 0
- title: Features
regexp: "feat(\(.*\))?:"
regexp: "feat(\\(.*\\))?:"
order: 1
- title: 'Bug fixes'
regexp: "fix(\(.*\))?:"
regexp: "fix(\\(.*\\))?:"
order: 2
- title: Other changes
order: 999

0 comments on commit 76fd903

Please sign in to comment.