Skip to content

Commit

Permalink
fix: Pin conventional commits to version 7 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle authored May 28, 2024
1 parent e74adc2 commit 5f7eeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -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' }}
Expand Down

0 comments on commit 5f7eeed

Please sign in to comment.