2024-01-13 19:48:10 +01:00
|
|
|
name-template: 'v$RESOLVED_VERSION 🌈'
|
|
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
|
|
version-resolver:
|
|
|
|
major:
|
|
|
|
labels:
|
2024-01-13 19:59:39 +01:00
|
|
|
- 'ReleaseTarget/Major'
|
|
|
|
- 'Kind/Breaking'
|
2024-01-13 19:48:10 +01:00
|
|
|
minor:
|
|
|
|
labels:
|
2024-01-13 19:59:39 +01:00
|
|
|
- 'ReleaseTarget/Minor'
|
2024-01-13 19:48:10 +01:00
|
|
|
patch:
|
|
|
|
labels:
|
2024-01-13 19:59:39 +01:00
|
|
|
- 'ReleaseTarget/Patch'
|
2024-01-13 19:48:10 +01:00
|
|
|
default: patch
|
2024-01-14 10:55:12 +01:00
|
|
|
categories:
|
|
|
|
- title: '🚀 Features'
|
|
|
|
labels:
|
|
|
|
- 'Kind/Breaking'
|
|
|
|
- 'Kind/Feature'
|
|
|
|
- title: '🐛 Bug Fixes'
|
|
|
|
labels:
|
|
|
|
- 'fix'
|
|
|
|
- 'bugfix'
|
|
|
|
- 'bug'
|
|
|
|
- title: '🧰 Maintenance'
|
|
|
|
label: 'chore'
|