File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -141,19 +141,22 @@ checksum:
141141changelog :
142142 sort : asc
143143 filters :
144- exclude : [ "^*.md:", "^*.ya?ml :" ]
144+ exclude : [ "^*.md:", "^*.yml :" ]
145145 groups :
146146 - title : Features
147- regexp : ^.*?feature(\([[:word:]]+\))??!?:.+$
147+ regexp : ^.*?feature.*?$/gmi
148148 order : 0
149149 - title : Bug fixes
150- regexp : ^.*?bug(\([[:word:]]+\))??!?:.+$
150+ regexp : ^.*?( bug)|(fix).*?$/gmi
151151 order : 1
152- - title : Updates
153- regexp : ^.*?update(\([[:word:]]+\))??!?:.+$
152+ - title : Improvements
153+ regexp : ^.*?improve.*?$/gmi
154154 order : 2
155- - title : Security issues
156- regexp : ^.*?security(\([[:word:]]+\))??!?:.+$
155+ - title : Updates
156+ regexp : ^.*?update.*?$/gmi
157157 order : 3
158+ - title : Security issues
159+ regexp : ^.*?security.*?$/gmi
160+ order : 4
158161 - title : Others
159162 order : 999
You can’t perform that action at this time.
0 commit comments