We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34882aa commit 9072027Copy full SHA for 9072027
.goreleaser.yml
@@ -144,19 +144,19 @@ changelog:
144
exclude: [ "^*.md:", "^*.yml:" ]
145
groups:
146
- title: Features
147
- regexp: ^.*?feature.*?$/gmi
+ regexp: ^.*?(F|f)eature.*?$
148
order: 0
149
- title: Bug fixes
150
- regexp: ^.*?(bug)|(fix).*?$/gmi
+ regexp: ^.*?((B|b)ug)|((F|f)ix).*?$
151
order: 1
152
- title: Improvements
153
- regexp: ^.*?improve.*?$/gmi
+ regexp: ^.*?(I|i)mprove.*?$
154
order: 2
155
- title: Updates
156
- regexp: ^.*?update.*?$/gmi
+ regexp: ^.*?(U|u)pdate.*?$
157
order: 3
158
- title: Security issues
159
- regexp: ^.*?security.*?$/gmi
+ regexp: ^.*?(S|s)ecurity.*?$
160
order: 4
161
- title: Others
162
order: 999
0 commit comments