Move README.md History section to CHANGELOG.md using a format similar to what other projects use (fixes #694).

This commit is contained in:
Bryan Mishkin 2023-01-05 22:24:04 -05:00 committed by GitHub
parent 20d0f39c15
commit 22db339eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 379 additions and 123 deletions

View file

@ -3,6 +3,7 @@ import library from "../lib/markdownlint.js";
const markdownlint = library.promises.markdownlint;
const strings = {
"CHANGELOG": await readFile("CHANGELOG.md", "utf8"),
"CONTRIBUTING": await readFile("CONTRIBUTING.md", "utf8"),
"README": await readFile("README.md", "utf8"),
"CustomRules": await readFile("./doc/CustomRules.md", "utf8"),