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
|
changelog:
exclude:
labels:
- "CI/CD"
- "Maintenance"
- "in progress"
- "tests"
authors:
- "dependabot[bot]"
- "dependabot"
categories:
- title: Breaking Changes ⚠
labels:
- "Breaking"
- title: New features 🗹
labels:
- "Feature"
- title: Deprecations ⚡
labels:
- "Deprecation"
- title: Bug fixes 🕷
labels:
- "bug"
- "regression"
- title: Documentation 🕮
labels:
- "docs"
- title: Refactoring 🛠
labels:
- "refactoring"
- title: Other Changes
labels:
- "*"
|