release(changelog): add 'Miscellaneous' and 'Package/apps' titles

This commit is contained in:
Anonymoussaurus 2024-03-12 23:26:38 +01:00
commit befb529fc7
No known key found for this signature in database

20
.github/release.yml vendored
View file

@ -1,16 +1,18 @@
changelog:
exclude:
labels:
- package::documentation
- package::addition
- package::breakage
categories:
- title: Added
- title: Features
labels:
- enhancement
- title: Changed
labels:
- refactor
- title: Fixed
labels:
- bug
- title: Miscellaneous
labels:
- refactor
- dependencies
- documentation
- title: Packages/apps
labels:
- package::documentation
- package::addition
- package::breakage