diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9a79aa..126e229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ + -p conventional-changelog-conventionalcommits \ semantic-release --dry-run - name: "Semantic Release" if: ${{ github.event.inputs.dryRun == 'false' }} @@ -96,6 +97,7 @@ jobs: -p @semantic-release/changelog@5 \ -p @semantic-release/git@9 \ -p @semantic-release/exec@5 \ + -p conventional-changelog-conventionalcommits \ semantic-release - name: "Push automated release commits to release branch" if: ${{ github.event.inputs.dryRun == 'false' }}