Skip to content

Commit 63f5d30

Browse files
ajGingrichclaude
andauthored
chore: exclude generated CHANGELOG.md from Prettier (#40)
release-please generates CHANGELOG.md in a format that does not match the repo Prettier config, so `prettier --check .` (the Format Check job) fails on every release PR. The changelog is a generated artifact; add it to .prettierignore so release PRs pass Format Check. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4104d80 commit 63f5d30

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ yarn.lock
1919

2020
# Website (has its own formatting)
2121
website/
22+
23+
# Generated by release-please
24+
CHANGELOG.md

0 commit comments

Comments
 (0)