* add "Breaking Changes" section
* add "Performance Improvements" section
* add "Utility API" section
* add "CI" label in "Misc" category
exclude-labels:
- 'skip-changelog'
categories:
+ - title: '❗ Breaking Changes'
+ labels:
+ - 'breaking-change'
- title: '🚀 Features'
labels:
- 'new-feature'
- 'fix'
- 'bugfix'
- 'bug'
+ - title: '⚡ Performance Improvements'
+ labels:
+ - 'performance'
- title: '🎨 CSS'
labels:
- 'css'
- title: '🌎 Accessibility'
labels:
- 'accessibility'
+ - title: '🔧 Utility API'
+ labels:
+ - 'utility API'
+ - 'utilities'
+ - title: '🏭 Tests'
+ labels:
+ - 'tests'
- title: '🧰 Misc'
labels:
- 'build'
- 'meta'
- 'chore'
+ - 'CI'
- title: '📦 Dependencies'
labels:
- 'dependencies'