mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Move README.md History section to CHANGELOG.md using a format similar to what other projects use (fixes #694).
This commit is contained in:
parent
20d0f39c15
commit
22db339eee
6 changed files with 379 additions and 123 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue