test/.gitea/release-drafter.yml

26 lines
519 B
YAML
Raw Normal View History

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'