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
@@ -112,8 +112,8 @@ for (const directory of packageDirectories) {
if (hasHelperKit) helperPackageCount++;
componentCount += components.length;
if (manifest.version !== releaseVersion)
failures.push(`${manifest.name}: version is ${manifest.version}`);
if (!/^0\.8\.\d+$/.test(manifest.version))
failures.push(`${manifest.name}: invalid independent version ${manifest.version}`);
if (!existsSync(entry)) failures.push(`${manifest.name}: missing public entry ${main}`);
if (!existsSync(join(packageRoot, "README.md")))
failures.push(`${manifest.name}: missing README.md`);