.gitea/release-drafter.yml hinzugefügt
All checks were successful
CI / release (push) Successful in 11s
All checks were successful
CI / release (push) Successful in 11s
This commit is contained in:
parent
9f681424cf
commit
43114e35b0
13
.gitea/release-drafter.yml
Normal file
13
.gitea/release-drafter.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name-template: 'v$RESOLVED_VERSION 🌈'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'major'
|
||||
minor:
|
||||
labels:
|
||||
- 'minor'
|
||||
patch:
|
||||
labels:
|
||||
- 'patch'
|
||||
default: patch
|
Loading…
x
Reference in New Issue
Block a user