Release ForgeFlow 0.8.9 Git Validator
This commit is contained in:
+3
-2
@@ -69,6 +69,7 @@ const required = [
|
||||
"docs/RELEASE_NOTES_0.8.6.md",
|
||||
"docs/RELEASE_NOTES_0.8.7.md",
|
||||
"docs/RELEASE_NOTES_0.8.8.md",
|
||||
"docs/RELEASE_NOTES_0.8.9.md",
|
||||
"docs/UPDATING.md",
|
||||
"docs/DIAGNOSTICS.md",
|
||||
"docs/DEPLOYMENT_SETUP.md",
|
||||
@@ -107,9 +108,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.8")
|
||||
if (packageJson.version !== "0.8.9")
|
||||
throw new Error(
|
||||
`Expected package version 0.8.8, got ${packageJson.version}.`,
|
||||
`Expected package version 0.8.9, got ${packageJson.version}.`,
|
||||
);
|
||||
const sourceManifest = await readFile(
|
||||
path.join(root, "SOURCE_MANIFEST.txt"),
|
||||
|
||||
Reference in New Issue
Block a user