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
|