mirror of
https://github.com/tommyxchow/frosty.git
synced 2025-08-06 17:48:14 +08:00
19 lines
337 B
YAML
19 lines
337 B
YAML
# Used for auto-generating release notes.
|
|
changelog:
|
|
exclude:
|
|
labels:
|
|
- misc
|
|
categories:
|
|
- title: New Features
|
|
labels:
|
|
- new feature
|
|
- title: Improvements
|
|
labels:
|
|
- improvement
|
|
- title: Bug Fixes
|
|
labels:
|
|
- bug fix
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|