Migrate to Gitea Actions (#230)
CI / Lint (push) Successful in 1m10s
CI / Test (push) Successful in 1m57s

CI and Release Drafter

Reviewed-on: #230
This commit was merged in pull request #230.
This commit is contained in:
2026-07-25 18:18:50 +00:00
parent dbf4709512
commit 349f0e5eea
6 changed files with 73 additions and 36 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