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
|
categories:
- title: ":boom: Breaking Changes"
label: "breaking"
- title: ":rocket: Features"
label: "enhancement"
- title: ":fire: Removals and Deprecations"
label: "removal"
- title: ":bug: Fixes"
label: "bug"
- title: ":racehorse: Performance"
label: "performance"
- title: ":books: Documentation"
label: "documentation"
- title: ":construction_worker: Continuous Integration"
label: "ci"
- title: ":rotating_light: Testing"
label: "testing"
- title: ":wave: Fixtures"
label: "fixtures"
- title: ":hammer: Refactoring"
label: "refactoring"
- title: ":lipstick: Style"
label: "style"
- title: ":package: Dependencies"
labels:
- "dependencies"
- "build"
template: |
## Changes
$CHANGES
|