Back to blog

NEXO 7.23.13 - release guardrails

v7.23.13 hardens the release path after the recent publish and UI-regression incidents. The pre-release wrapper now audits workflow publish steps for masked failures such as || true, || echo ..., missing registry verification, or deploy steps that continue on real errors.

The release also adds focused coverage for the minimal-delta guardrail. Small UI requests can be detected as punctual edits, while oversized diffs are blocked before they turn into broad visual rewrites.

python3 -m pytest tests/test_release_workflow_audit.py tests/test_minimal_delta_guardrail.py -q
python3 scripts/audit-release-workflows.py .
bash scripts/pre-release-verify.sh --release v7.23.13 --skip pytest

Read the full v7.23.13 changelog