29 lines
558 B
YAML
29 lines
558 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'kind/enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'kind/bug'
|
|
- title: '📝 Documentation'
|
|
labels:
|
|
- 'kind/documentation'
|
|
- title: '🔨 Maintenance'
|
|
labels:
|
|
- 'kind/maintenance'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'next-version/major'
|
|
minor:
|
|
labels:
|
|
- 'next-version/minor'
|
|
patch:
|
|
labels:
|
|
- 'next-version/patch'
|
|
default: minor
|
|
template: |
|
|
$CHANGES
|