release: 0.2.2

This commit is contained in:
2026-01-15 17:24:54 +01:00
parent fb096f7897
commit 835244b7e0
134 changed files with 563 additions and 168 deletions

View File

@ -0,0 +1,20 @@
ID: TASK_000057 | Version: 0.2.2 | Status: Done
By: Codex (GPT-5)
# TASK_000057: Script fuer Release-Upload erstellen
## Outcome
Ein Script baut das tar.gz Artefakt und laedt es mit curl beim Update-Service hoch.
## Story-Bezug
US_000048
## Beschreibung
- Version aus `VERSION`.
- tar.gz ohne .git/.venv/upload.token.
- SHA256 berechnen.
- Upload via `POST /v1/projects/{project_id}/releases`.
## Definition of Done (DoD)
- Script liegt unter scripts/.
- Parameter fuer Service-URL/Token vorhanden.