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

@ -81,6 +81,7 @@ test("projectFiles", (t) => new Promise((resolve) => {
.then((module) => module.globby("doc/*.md"))
.then((files) => [
...files,
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
"helpers/README.md"