From a0231a70950fbec9dcc3403e37066d891d1fc833 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Apr 2024 10:37:28 +0100 Subject: chore(release): prepare for release v18.2.0 (#1950) * chore(release): prepare for release v18.2.0 * disable codespell for the changelog --- .github/workflows/codespell.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7c9eafb1..b89f007a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -21,3 +21,8 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + # This is regenerated from commit history + # we cannot rewrite commit history, and I'd rather not correct it + # every time + exclude_file: CHANGELOG.md -- cgit v1.3.1