release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+3 -2
View File
@@ -225,12 +225,13 @@ function prepare(all: PackageInfo[], version: string) {
run(process.execPath, ["run", "format"]);
run(process.execPath, ["run", "check:workspace"]);
run(process.execPath, ["run", "validate:0.7"]);
run(process.execPath, ["run", "validate:0.8"]);
run(process.execPath, ["run", "security:framework"]);
run(process.execPath, ["run", "sbom"]);
run(process.execPath, ["run", "benchmark:framework"]);
run(process.execPath, ["run", "check"]);
run(process.execPath, ["run", "scripts/publish-packages.ts"]);
run(process.execPath, ["run", "test:staged-consumers"]);
validateStaging(all, version);
console.log(
`\n✓ Release ${version} is prepared. Review changes, commit and push the framework repository, then run: bun run release:private\n`,
@@ -302,7 +303,7 @@ function publish(all: PackageInfo[], version: string) {
if (!existsSync(docsRoot)) throw new Error(`Docs repository not found: ${docsRoot}`);
requireMigration(version);
run(process.execPath, ["run", "check:workspace"]);
run(process.execPath, ["run", "validate:0.7"]);
run(process.execPath, ["run", "validate:0.8"]);
run(process.execPath, ["run", "security:framework"]);
requireCleanAndPushed(root, "Framework");
requireCleanAndPushed(docsRoot, "Docs");