driftctl/.github/release-drafter.yml

29 lines
558 B
YAML
Raw Normal View History

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
2020-12-14 13:43:01 +00:00
categories:
- title: '🚀 Features'
labels:
- 'kind/enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'kind/bug'
- title: '📝 Documentation'
labels:
- 'kind/documentation'
- title: '🔨 Maintenance'
labels:
- 'kind/maintenance'
version-resolver:
2021-01-27 19:39:49 +00:00
major:
labels:
- 'next-version/major'
minor:
labels:
- 'next-version/minor'
patch:
labels:
- 'next-version/patch'
default: minor
template: |
$CHANGES