1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
changelog:
exclude:
authors: [dependabot, github-actions, pre-commit-ci]
categories:
- title: ๐ New Features
labels: [feature]
- title: ๐ Bug Fixes
labels: [fix]
- title: ๐ Enhancements
labels: [enhancement, DX, UX]
- title: ๐ Documentation
labels: [docs]
- title: ๐งน House-Keeping
labels: [housekeeping]
- title: ๐ Performance
labels: [performance]
- title: ๐ก Refactoring
labels: [refactor]
- title: ๐งช Tests
labels: [tests]
- title: ๐ฅ Breaking Changes
labels: [breaking]
- title: ๐ Security Fixes
labels: [security]
- title: ๐ฅ Package Health
labels: [pkg]
- title: ๐คทโโ๏ธ Other Changes
labels: ["*"]
|