release: WRNexusJS 0.8.3
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-03 19:47:30 +05:30
parent e8f630f12d
commit 4cebacadfe
156 changed files with 2608 additions and 473 deletions
+6
View File
@@ -230,6 +230,9 @@ function prepare(all: PackageInfo[], version: string) {
run(process.execPath, ["run", "sbom"]);
run(process.execPath, ["run", "benchmark:framework"]);
run(process.execPath, ["run", "check"]);
run(process.execPath, ["run", "check:editor-compiler"]);
run(process.execPath, ["run", "check:editor-language-server"]);
run(process.execPath, ["run", "check:editor-extension"]);
run(process.execPath, ["run", "scripts/publish-packages.ts"]);
run(process.execPath, ["run", "test:staged-consumers"]);
validateStaging(all, version);
@@ -305,6 +308,9 @@ function publish(all: PackageInfo[], version: string) {
run(process.execPath, ["run", "check:workspace"]);
run(process.execPath, ["run", "validate:0.8"]);
run(process.execPath, ["run", "security:framework"]);
run(process.execPath, ["run", "check:editor-compiler"]);
run(process.execPath, ["run", "check:editor-language-server"]);
run(process.execPath, ["run", "check:editor-extension"]);
requireCleanAndPushed(root, "Framework");
requireCleanAndPushed(docsRoot, "Docs");