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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user