Skip to content

Commit 31e1556

Browse files
authored
Remove staged linting for changelogs (#455)
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.
1 parent ec92d4d commit 31e1556

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
],
3939
"!(CHANGELOG).{json,yml,md}": [
4040
"prettier --write"
41-
],
42-
"CHANGELOG.md": [
43-
"auto-changelog validate --file"
4441
]
4542
},
4643
"devDependencies": {

0 commit comments

Comments
 (0)