mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 11:38:30 -04:00
24 lines
524 B
YAML
24 lines
524 B
YAML
# Categories for GitHub's auto-generated release notes
|
|
changelog:
|
|
exclude:
|
|
authors:
|
|
- github-actions[bot]
|
|
- dependabot[bot]
|
|
labels:
|
|
- internal
|
|
categories:
|
|
- title: Breaking Changes
|
|
labels: [breaking]
|
|
- title: Features
|
|
labels: [feature]
|
|
- title: Fixes
|
|
labels: [fix]
|
|
- title: Packaging
|
|
labels: [packaging]
|
|
- title: Internationalization
|
|
labels: [i18n]
|
|
- title: Documentation
|
|
labels: [docs]
|
|
- title: Other Changes
|
|
labels: ["*"]
|