From 5f7eeedfd83c7381b0fd090a662982921497c943 Mon Sep 17 00:00:00 2001 From: Mansi-mParticle <159845845+Mansi-mParticle@users.noreply.github.com> Date: Tue, 28 May 2024 16:58:59 -0400 Subject: [PATCH] fix: Pin conventional commits to version 7 (#487) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 988634148..b7118aa02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@7 \ semantic-release --dry-run - name: "Semantic Release" if: ${{ github.event.inputs.dryRun == 'false' }} @@ -107,7 +107,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ - -p conventional-changelog-conventionalcommits \ + -p conventional-changelog-conventionalcommits@7 \ semantic-release - name: "Push automated release commits to release branch" if: ${{ github.event.inputs.dryRun == 'false' }}