Add SHA hashes of packages to the release note directly

This commit is contained in:
be5invis 2024-03-13 22:31:50 -07:00
parent 35a664a56d
commit 1ba0b8d182
7 changed files with 4541 additions and 4677 deletions

View file

@ -43,9 +43,6 @@ export default async function main(argv) {
`<tr><td align="center"><h1>` +
`<a href="${baseUrl}/PACKAGE-LIST.md">View package list</a>` +
`</h1></td></tr>` +
`<tr><td align="center">` +
`<a href="${baseUrl}/packages-sha.txt">Package hashes (SHA-256)</a>` +
`</td></tr>` +
`</table>`,
);
await fs.promises.writeFile(argv.outputPath, out.data);