26 lines
519 B
YAML
26 lines
519 B
YAML
name-template: 'v$RESOLVED_VERSION 🌈'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'ReleaseTarget/Major'
|
|
- 'Kind/Breaking'
|
|
minor:
|
|
labels:
|
|
- 'ReleaseTarget/Minor'
|
|
patch:
|
|
labels:
|
|
- 'ReleaseTarget/Patch'
|
|
default: patch
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'Kind/Breaking'
|
|
- 'Kind/Feature'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore' |