feat: publish changed packages independently
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-11 15:32:36 +05:30
parent feff30a2b5
commit 8d044565e3
67 changed files with 10935 additions and 876 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ check(
"Temporary focused helpers must not create lint or formatting cascades before workspace repair.",
);
check(
"all framework package versions align",
manifests.every(({ manifest }) => manifest.version === rootVersion),
"all framework packages use compatible independent versions",
manifests.every(({ manifest }) => /^0\.(?:7|8)\.\d+$/.test(manifest.version)),
[...new Set(manifests.map(({ manifest }) => manifest.version))].join(", "),
);
for (const name of ["security", "cache", "image", "observability", "benchmark"]) {