release: WRNexusJS 0.8.0
This commit is contained in:
+3
-2
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user