From 39186e77b04eaa73d3dfabb5c36c2f538c4162be Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Fri, 21 Aug 2026 17:41:42 -0600 Subject: [PATCH] fix: pin conventional-changelog-conventionalcommits to avoid writer conflict The unpinned preset resolved to 10.x, which requires conventional-changelog-writer@9+, while @semantic-release/release-notes-generator still pins writer@^8. Pinning to 9.3.1, the last release before that requirement, avoids the conflict. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 130e6ff..a59202c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: cycjimmy/semantic-release-action@v6.0.0 with: extra_plugins: | - conventional-changelog-conventionalcommits + conventional-changelog-conventionalcommits@9.3.1 @semantic-release/exec env: FORCE_COLOR: 1