Prepare GitHub alpha launch (README, CI, tests, release workflow)

This commit is contained in:
Sebastian Palencsar
2026-02-23 07:44:41 +01:00
commit 5f66ae9e14
12 changed files with 3035 additions and 0 deletions

20
.github/release.yml vendored Executable file
View File

@@ -0,0 +1,20 @@
changelog:
categories:
- title: Features
labels:
- feature
- enhancement
- title: Fixes
labels:
- fix
- bug
- title: Documentation
labels:
- docs
- title: Maintenance
labels:
- chore
- ci
exclude:
labels:
- skip-changelog