Add toothless G. Fix #442, #443

This commit is contained in:
Belleve Invis 2020-03-12 22:51:53 -07:00
parent 5e88b187e5
commit a6e27b66cc
20 changed files with 194 additions and 133 deletions

View file

@ -19,11 +19,13 @@ class Output {
async function main() {
const out = new Output();
await GenerateChangeList(out);
await CopyMarkdown(out, "packages-desc.md");
await GeneratePackageList(out);
await CopyMarkdown(out, "style-set-sample-image.md");
await CopyMarkdown(out, "deprecated-packages.md");
await CopyMarkdown(out, "package-reorg.md");
await GenerateChangeList(out);
await fs.ensureDir(path.join(__dirname, `../../release-archives/`));
await fs.writeFile(
path.join(__dirname, `../../release-archives/release-notes-${Version}.md`),