From 7329826587548bee74d055cc32ffc97e97575f59 Mon Sep 17 00:00:00 2001 From: Mathew Topper Date: Mon, 9 Sep 2024 16:01:15 +0100 Subject: [PATCH] chore: Semantic release bug workaround See https://github.com/semantic-release/release-notes-generator/issues/657 --- .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 8bbf2b6..c0b314d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Build package run: npm run build - name: Install semantic release - run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@7.0.1 + run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@">=8.0.0" - name: Semantic Release run: npx semantic-release env: