From 9fa6e8c9f87aa820190716b14b61e8153e97f4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robson=20J=C3=BAnior?= Date: Mon, 27 Jul 2026 15:00:32 -0300 Subject: [PATCH] ci: exempt generated CHANGELOG.md from the Prettier gate --- .prettierignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.prettierignore b/.prettierignore index 1df536988..00f921c44 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,6 +2,11 @@ # formatting. Prettier must not reformat it, or `catalog:check` (the drift gate) fails. packages/webkit/catalog.json +# Generated by release-please (committed via the GitHub API on the Release PR — +# no local hook ever runs on it, and its markdown style differs from Prettier's). +# The generator is the single source of formatting. +**/CHANGELOG.md + # Lint canaries are DELIBERATELY rule-breaking / mis-formatted fixtures that # must KEEP failing their lint (see lint-canaries/README.md). A repo-wide # `prettier --write` must never "fix" them. The canary runner itself bypasses