Skip to content

Commit 9072027

Browse files
author
Vic Shóstak
committed
Fix .goreleaser.yml
1 parent 34882aa commit 9072027

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,19 @@ changelog:
144144
exclude: [ "^*.md:", "^*.yml:" ]
145145
groups:
146146
- title: Features
147-
regexp: ^.*?feature.*?$/gmi
147+
regexp: ^.*?(F|f)eature.*?$
148148
order: 0
149149
- title: Bug fixes
150-
regexp: ^.*?(bug)|(fix).*?$/gmi
150+
regexp: ^.*?((B|b)ug)|((F|f)ix).*?$
151151
order: 1
152152
- title: Improvements
153-
regexp: ^.*?improve.*?$/gmi
153+
regexp: ^.*?(I|i)mprove.*?$
154154
order: 2
155155
- title: Updates
156-
regexp: ^.*?update.*?$/gmi
156+
regexp: ^.*?(U|u)pdate.*?$
157157
order: 3
158158
- title: Security issues
159-
regexp: ^.*?security.*?$/gmi
159+
regexp: ^.*?(S|s)ecurity.*?$
160160
order: 4
161161
- title: Others
162162
order: 999

0 commit comments

Comments
 (0)