constellation/.github/release.yml
Paul Meyer ccd3a08eca ci: improve readability of GitHub lables
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-01-26 18:29:38 +01:00

22 lines
425 B
YAML

changelog:
exclude:
labels:
- no changelog
- dependencies
categories:
- title: 🛠 Breaking changes
labels:
- breaking change
- title: 🎁 New features
labels:
- feature
- title: 🛡 Security improvements
labels:
- security-fix
- title: 🐛 Bug fixes
labels:
- bug fix
- title: 🔧 Other changes
labels:
- "*"