We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f8399 commit 7725ea3Copy full SHA for 7725ea3
.goreleaser.yml
@@ -70,19 +70,19 @@ changelog:
70
- go mod tidy
71
groups:
72
- title: Dependency updates
73
- regexp: "^.*(feat|fix)\\(deps\\)*:+.*$"
+ regexp: ".*(feat|fix)\\(deps\\)*:+.*$"
74
order: 300
75
- title: 'New Features'
76
- regexp: "^.*feat[(\\w)]*:+.*$"
+ regexp: ".*feat[(\\w)]*:+.*$"
77
order: 100
78
- title: 'Bug fixes'
79
- regexp: "^.*fix[(\\w)]*:+.*$"
+ regexp: ".*fix[(\\w)]*:+.*$"
80
order: 200
81
- title: 'Breaking Changes'
82
- regexp: "^.*break[(\\w)]*:+.*$"
+ regexp: ".*break[(\\w)]*:+.*$"
83
order: 1
84
- title: 'Documentation updates'
85
- regexp: "^.*docs[(\\w)]*:+.*$"
+ regexp: ".*docs[(\\w)]*:+.*$"
86
order: 400
87
- title: Other work
88
order: 9999
0 commit comments