Skip to content

Commit 66926b5

Browse files
mschmickingclaude
andcommitted
ci: let release-please own CHANGELOG.md
The release pull request failed format:check on both Node versions. release-please rewrites CHANGELOG.md on every release and its output does not match Prettier's style, so the two would fight on every single release and no release PR could ever go green. release-please owns that file; Prettier now ignores it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 837b553 commit 66926b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ dist-test/
33
node_modules/
44
package-lock.json
55
test/fixtures/*.pem
6+
7+
# Generated by release-please on every release; its formatting is not
8+
# negotiable and format:check would fail the release PR forever.
9+
CHANGELOG.md

0 commit comments

Comments
 (0)