Release ForgeFlow 0.8.5 trusted asset downloads
This commit is contained in:
+3
-2
@@ -65,6 +65,7 @@ const required = [
|
||||
"docs/RELEASE_NOTES_0.8.2.md",
|
||||
"docs/RELEASE_NOTES_0.8.3.md",
|
||||
"docs/RELEASE_NOTES_0.8.4.md",
|
||||
"docs/RELEASE_NOTES_0.8.5.md",
|
||||
"docs/UPDATING.md",
|
||||
"docs/DIAGNOSTICS.md",
|
||||
"docs/DEPLOYMENT_SETUP.md",
|
||||
@@ -103,9 +104,9 @@ for (const file of required) await access(path.join(root, file));
|
||||
const packageJson = JSON.parse(
|
||||
await readFile(path.join(root, "package.json"), "utf8"),
|
||||
);
|
||||
if (packageJson.version !== "0.8.4")
|
||||
if (packageJson.version !== "0.8.5")
|
||||
throw new Error(
|
||||
`Expected package version 0.8.4, got ${packageJson.version}.`,
|
||||
`Expected package version 0.8.5, got ${packageJson.version}.`,
|
||||
);
|
||||
const sourceManifest = await readFile(
|
||||
path.join(root, "SOURCE_MANIFEST.txt"),
|
||||
|
||||
Reference in New Issue
Block a user