Migrate to Gitea Actions
CI / Lint (pull_request) Successful in 1m8s
CI / Test (pull_request) Failing after 2m3s

This commit is contained in:
2026-07-25 19:42:05 +02:00
parent dbf4709512
commit 8c2879063c
5 changed files with 74 additions and 34 deletions
+14
View File
@@ -0,0 +1,14 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
version-resolver:
major:
labels:
- 'release/major'
minor:
labels:
- 'release/minor'
- 'feature'
patch:
labels:
- 'release/patch'
default: patch