From 4436b69bf907c92b6d4232681255e3f6df71b781 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 29 May 2026 00:08:47 +0400 Subject: [PATCH] chore: ignore CHANGELOG.md --- _typos.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_typos.toml b/_typos.toml index dafceb5..4e1a00f 100644 --- a/_typos.toml +++ b/_typos.toml @@ -4,6 +4,9 @@ extend-exclude = [ "src-tauri/src/camoufox/data/*.xml", "src/i18n/locales/*.json", "src-tauri/build.rs", + # Auto-generated from commit subjects by release.yml; typos here originate + # in commit messages, which are immutable, so don't spell-check it. + "CHANGELOG.md", ] [default.extend-words]