constellation/.github/release.yml

22 lines
425 B
YAML
Raw Normal View History

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:
- "*"