File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,19 +85,25 @@ changelog:
8585 - title : ✨ Features
8686 regexp : ' ^.*?feat(\([[:word:]]+\))??!?:.+$'
8787 order : 0
88- - title : 🐛 Fixes
88+ - title : 🐛 Bug Fixes
8989 regexp : ' ^.*?fix(\([[:word:]]+\))??!?:.+$'
9090 order : 1
91- - title : 📚 Docs & Chores
92- regexp : ' ^.*?(docs?|chore|style|refactor) (\([[:word:]]+\))??!?:.+$'
91+ - title : 🚀 Performance Improvements
92+ regexp : ' ^.*?perf (\([[:word:]]+\))??!?:.+$'
9393 order : 2
94- - title : ⬆️ Dependencies
95- regexp : ' ^.*?(feat|fix|chore|build)\(deps?\):? .+$'
94+ - title : 🔨 Refactoring
95+ regexp : ' ^.*?refactor(\([[:word:]]+\))??!?: .+$'
9696 order : 3
97- - title : 🚀 Performance
98- regexp : ' ^.*?perf (\([[:word:]]+\))??!?:.+$'
97+ - title : 📚 Documentation
98+ regexp : ' ^.*?docs? (\([[:word:]]+\))??!?:.+$'
9999 order : 4
100- - title : Other
100+ - title : 🔧 Build & Dependencies
101+ regexp : ' ^.*?(build|ci)(\([[:word:]]+\))??!?:.+$'
102+ order : 5
103+ - title : 🧹 Maintenance
104+ regexp : ' ^.*?chore(\([[:word:]]+\))??!?:.+$'
105+ order : 6
106+ - title : 📦 Other Changes
101107 order : 999
102108 filters :
103109 exclude :
You can’t perform that action at this time.
0 commit comments