fix(scripts): adapt verify-changelog-sync to **vX.Y.Z** subblock format

yaml.changelog and repo.json.Changelog now use **vX.Y.Z** subblock
headers instead of the older **Hellion Chat X.Y.Z** form. Updated the
three regex patterns (yaml check, repo.json check, version counter)
and re-enabled Block C in preflight.sh — the SKIP workaround is no
longer needed.
This commit is contained in:
2026-05-12 02:22:59 +02:00
parent eb2a04c56b
commit 5c550e8587
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ echo "==> preflight: Block A — version consistency"
echo "==> preflight: Block B — manifest shape"
./scripts/verify-manifest-shape.sh
echo "==> preflight: Block C — changelog sync - SKIPPED (Changed HellionChat.yaml for better readability, but this is a non-code change and the changelog is already up to date with the previous version bump.TODO: Script fix)"
# ./scripts/verify-changelog-sync.sh
echo "==> preflight: Block C — changelog sync"
./scripts/verify-changelog-sync.sh
echo "==> preflight: Block D — plugin compile health"
dotnet build HellionChat/HellionChat.csproj --configuration Release --nologo --verbosity quiet