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
|
# .github/release.yml
changelog:
categories:
- title: 'โ Breaking Changes'
labels:
- 'โ BreakingChange'
- title: '๐ New Features'
labels:
- 'โ๏ธ Feature'
- '๐ Proposal'
- title: '๐งน Updates'
labels:
- '๐งน Updates'
- 'โก๏ธ Performance'
- title: '๐ Bug Fixes'
labels:
- 'โข๏ธ Bug'
- title: '๐ ๏ธ Maintenance'
labels:
- '๐ค Dependencies'
- title: '๐ Documentation'
labels:
- '๐ Documentation'
- title: 'Other Changes'
labels:
- '*'
|