From be91571b1561d129421d4e92ca93bf877aa4cb06 Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:01:06 +0000 Subject: [PATCH] ci: exclude release-please CHANGELOG.md from prettier check release-please generates CHANGELOG.md with asterisk bullets and blank lines around lists, a Markdown style prettier rewrites. Since #69 enforced `prettier --check .` in the Lint job without excluding the file, every release PR fails lint on the regenerated CHANGELOG (e.g. #93 for 1.4.0). CHANGELOG.md is owned by release-please, so exclude it from prettier. Co-Authored-By: Claude Opus 4.8 --- .prettierignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.prettierignore b/.prettierignore index 72d42b5..2fdbaf4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,6 +5,12 @@ yarn.lock bun.lock bun.lockb +# Generated +# CHANGELOG.md is generated by release-please, which uses a Markdown style +# (asterisk bullets, blank lines around lists) that prettier rewrites. Checking +# it makes every release PR fail lint, so leave it to release-please. +CHANGELOG.md + # Miscellaneous /static/ /drizzle/