feat: publish changed packages independently
This commit is contained in:
@@ -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"]) {
|
||||
|
||||
Reference in New Issue
Block a user