From 815579f6aef858467beb19e814895594256f2631 Mon Sep 17 00:00:00 2001 From: Mansi Pandya Date: Tue, 18 Feb 2025 13:48:48 -0500 Subject: [PATCH] ci: Update to pin conventional commits version --- .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 8aadc44..f910e69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,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' }} @@ -51,7 +51,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' }}