31 lines
729 B
YAML
31 lines
729 B
YAML
---
|
|
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: ':rotating_light: Testing'
|
|
label: 'testing'
|
|
- title: ':construction_worker: Continuous Integration'
|
|
label: 'ci'
|
|
- title: ':books: Documentation'
|
|
label: 'documentation'
|
|
- title: ':hammer: Refactoring'
|
|
label: 'refactoring'
|
|
- title: ':lipstick: Style'
|
|
label: 'style'
|
|
- title: ':package: Dependencies'
|
|
labels:
|
|
- 'dependencies'
|
|
- 'build'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|