feat(ql3): close public local release pair

This commit is contained in:
whyour
2026-08-27 14:51:33 +08:00
parent 238df17fdf
commit 78c261b556
31 changed files with 558 additions and 91 deletions
@@ -311,10 +311,10 @@ function validatePublicationPlan(plan) {
!Array.isArray(plan.images) ||
plan.images.length !==
(plan.release.scope === 'local'
? 1
? 2
: plan.release.scope === 'cluster'
? 4
: 5)
: 6)
) {
fail('publication plan shape is invalid');
}