Add SHA hashes of packages to the release note directly
This commit is contained in:
parent
35a664a56d
commit
1ba0b8d182
7 changed files with 4541 additions and 4677 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue