Skip to content

Commit

Permalink
Remove staged linting for changelogs (#455)
Browse files Browse the repository at this point in the history
The staged linting for changelogs fails on my device when multiple changelog files are staged. I suspect the `--file` flag of the `auto-changelog` CLI does not accept multiple files.

Even if that worked, we would have to conditionally pass the lint command the `--rc` flag for releases in order for it to pass / be useful, so the simplest solution seemed to be to remove it.
  • Loading branch information
rekmarks committed May 14, 2022
1 parent ec92d4d commit 31e1556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -38,9 +38,6 @@
],
"!(CHANGELOG).{json,yml,md}": [
"prettier --write"
],
"CHANGELOG.md": [
"auto-changelog validate --file"
]
},
"devDependencies": {
Expand Down

0 comments on commit 31e1556

Please sign in to comment.