File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const commitParsers = [
1212 { message : / ^ c h o r e \( r e l e a s e \) : p r e p a r e f o r / i, skip : true } ,
1313 { message : / ^ c h o r e \( d e p s .* \) / i, skip : true } ,
1414 { message : / ^ c h o r e \( c h a n g e .* \) / i, skip : true } ,
15+ { message : / ^ ( l a n g | i 1 8 n ) / i, skip : true } ,
1516 { message : / ^ c h o r e \( p r \) / i, skip : true } ,
1617 { message : / ^ c h o r e \( p u l l \) / i, skip : true } ,
1718 { message : / ^ f i x e s / i, skip : true } ,
@@ -28,9 +29,6 @@ const commitParsers = [
2829 // Documentation
2930 { message : / ^ d o c / i, group : "### :books: Documentation:" } ,
3031
31- // Localization & internationalization
32- { message : / ^ ( l a n g | i 1 8 n ) / i, group : "### :globe_with_meridians: Localization:" } ,
33-
3432 // Security
3533 { message : / ^ s e c u r i t y / i, group : "### :lock: Security:" } ,
3634
You can’t perform that action at this time.
0 commit comments