1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
# Release drafter
changelog:
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- "feature"
- "enhancement"
- "quality"
- "smile"
- title: Bug Fixes 🐛
labels:
- "fix"
- "bugfix"
- "bug"
- title: Maintenance 🧰
labels:
- "chore"
- "dashboard"
- "auto-merge"
- "dependencies"
- "python"
- "documentation"
- "github-actions"
- "userdata"
- "pre-commit"
- "manual-merge"
- title: Other Changes
labels:
- "*"
|