From 770bfec97fcf8a904291739e56adbc13c9ffba91 Mon Sep 17 00:00:00 2001 From: boban Date: Tue, 23 Jun 2026 02:26:45 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20release=200.9.63=20=E2=80=94=20green?= =?UTF-8?q?=20CI=20(Vite=20manifest=20before=20tests)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 7 +++++++ config/clusev.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b21f5..a9d0da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ getaggte Releases (Kanal `stable`, optional `beta`) — niemals Entwicklungs-Bui _Keine offenen Änderungen — der nächste Stand wird hier gesammelt und als `vX.Y.Z` getaggt._ +## [0.9.63] - 2026-06-23 + +### Behoben +- **CI war auf jedem Tag rot.** Der `php artisan test`-Schritt lief vor `npm run build`, also fehlte das + Vite-Manifest (`public/build/manifest.json`, gitignored → auf einem frischen CI-Checkout nicht da) — + jeder Voll-Seiten-Test, der ein `@vite`-Layout rendert, lief auf 500. Build jetzt vor den Tests; CI grün. + ## [0.9.62] - 2026-06-23 ### Geändert diff --git a/config/clusev.php b/config/clusev.php index b88d9f2..05fd76a 100644 --- a/config/clusev.php +++ b/config/clusev.php @@ -2,7 +2,7 @@ return [ // First tagged release is v0.1.0 (semantic, not -dev). - 'version' => '0.9.62', + 'version' => '0.9.63', // Deployed commit + branch. install.sh bakes these into .env from the host's .git (the prod // image ships no .git); the Versions page prefers them and falls back to a live .git read in