driftctl/.github/release-drafter.yml

18 lines
377 B
YAML

name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'kind/enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bug'
- title: '📝 Documentation'
labels:
- 'kind/documentation'
- title: '🔨 Maintenance'
labels:
- 'kind/maintenance'
template: |
$CHANGES