mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
31 lines
600 B
YAML
31 lines
600 B
YAML
template: |
|
|
# What's Changed
|
|
|
|
$CHANGES
|
|
|
|
categories:
|
|
- title: 'Breaking'
|
|
label: 'type: breaking'
|
|
- title: 'New'
|
|
label: 'type: feature'
|
|
- title: 'Bug Fixes'
|
|
label: 'type: bug'
|
|
- title: 'Maintenance'
|
|
label: 'type: maintenance'
|
|
- title: 'Documentation'
|
|
label: 'type: docs'
|
|
- title: 'Dependency Updates'
|
|
label: 'type: dependencies'
|
|
|
|
version-resolver:
|
|
minor:
|
|
labels:
|
|
- 'type: breaking'
|
|
patch:
|
|
labels:
|
|
- 'type: feature'
|
|
- 'type: bug'
|
|
- 'type: maintenance'
|
|
- 'type: docs'
|
|
- 'type: dependencies'
|
|
- 'type: security'
|