Validate candidate migration baseline during release
Dependency Audit / dependency-audit (push) Failing after 1m42s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 10m38s

This commit is contained in:
2026-08-04 15:01:50 +02:00
parent 077735bc24
commit 8e890b37ed
3 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -533,7 +533,8 @@ run_migration_release_audit() {
command+=("--strict")
;;
auto)
command+=("--strict-if-baseline")
# A coordinated release creates a new baseline after confirmation. The
# preflight validates the graph; strictness applies to that new baseline.
;;
warn)
;;