From 5565209746d70176d8c86c3c1f3393c877001c66 Mon Sep 17 00:00:00 2001 From: Jeremias Peier Date: Mon, 11 Dec 2023 11:58:27 +0100 Subject: [PATCH] build: add CHANGELOG.md to prettier ignore --- .prettierignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierignore b/.prettierignore index fa24d82f35..1ac96300f7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,5 +2,8 @@ coverage dist **/__snapshots__ +# Changelog is formatted by release please +CHANGELOG.md + # needed for apexes in `HTMLElementTagNameMap`, which otherwise would be stripped tools/generate-component/boilerplate/component.ts