Skip to content

Commit 815579f

Browse files
ci: Update to pin conventional commits version
1 parent a7942be commit 815579f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-p @semantic-release/changelog@5 \
4141
-p @semantic-release/git@9 \
4242
-p @semantic-release/exec@5 \
43-
-p conventional-changelog-conventionalcommits \
43+
-p conventional-changelog-conventionalcommits@7 \
4444
semantic-release --dry-run
4545
- name: "Semantic Release"
4646
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -51,7 +51,7 @@ jobs:
5151
-p @semantic-release/changelog@5 \
5252
-p @semantic-release/git@9 \
5353
-p @semantic-release/exec@5 \
54-
-p conventional-changelog-conventionalcommits \
54+
-p conventional-changelog-conventionalcommits@7 \
5555
semantic-release
5656
- name: "Push automated release commits to release branch"
5757
if: ${{ github.event.inputs.dryRun == 'false' }}

0 commit comments

Comments
 (0)