@@ -103,6 +103,7 @@ commit_preprocessors = [
103103 { pattern = ' :heavy_minus_sign:' , replace = " β" },
104104 { pattern = ' :heavy_plus_sign:' , replace = " β" },
105105 { pattern = ' :lock:' , replace = " ποΈ" },
106+ { pattern = ' :loud_sound:' , replace = " π|" },
106107 { pattern = ' :memo:' , replace = " π" },
107108 { pattern = ' :pushpin:' , replace = " π" },
108109 { pattern = ' :recycle:' , replace = " β»οΈ" },
@@ -121,7 +122,7 @@ commit_parsers = [
121122 { message = " ^(π|:bug:)" , group = " <!-- 2 --> π Bug Fixes" },
122123 { message = " ^(β»οΈ|:recycle:|π|:truck:|π¨|:art:)" , group = " <!-- 3 --> π Refactors" },
123124 { message = " ^(π|:memo:)" , group = " <!-- 4 --> π Documentation" },
124- { message = " ^(π·|:construction_worker:|π§|:wrench:|β¬οΈ|:arrow_up:|β|:heavy_plus_sign:|β|:heavy_minus_sign:|β¬οΈ|:arrow_down:|π|:pushpin:|ποΈ|:lock:|π¨|:rotating_light:|π±|:seedling:)" , group = " <!-- 5 --> π§° Maintenance" },
125+ { message = " ^(π·|:construction_worker:|π§|:wrench:|β¬οΈ|:arrow_up:|β|:heavy_plus_sign:|β|:heavy_minus_sign:|β¬οΈ|:arrow_down:|π|:pushpin:|ποΈ|:lock:|π¨|:rotating_light:|π±|:seedling:|π|:loud_sound: )" , group = " <!-- 5 --> π§° Maintenance" },
125126]
126127# filter out the commits that are not matched by commit parsers
127128filter_commits = false
0 commit comments