Skip to content

Commit 5f68bbb

Browse files
fix: remove modules.stage.1 from release validation
modules.stage.1.json no longer exists after the pipeline refactoring that unified Stage 1 and Stage 2 into the collect-metadata stage.
1 parent a0f6d38 commit 5f68bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_release_artifacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {validateStageFile} from "./lib/schemaValidator.js";
88
const PROJECT_ROOT = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
99

1010
const RELEASE_ARTIFACTS = [
11-
{stageId: "modules.stage.1", relativePath: "website/data/modules.stage.1.json"},
11+
// Note: modules.stage.1.json no longer exists - Stage 1+2 were unified into collect-metadata
1212
{stageId: "modules.stage.2", relativePath: "website/data/modules.stage.2.json"},
1313
{stageId: "modules.stage.3", relativePath: "website/data/modules.stage.3.json"},
1414
{stageId: "modules.stage.4", relativePath: "website/data/modules.stage.4.json"},

0 commit comments

Comments
 (0)