Skip to content

Commit 5f7eeed

Browse files
fix: Pin conventional commits to version 7 (#487)
1 parent e74adc2 commit 5f7eeed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
-p @semantic-release/changelog@5 \
9797
-p @semantic-release/git@9 \
9898
-p @semantic-release/exec@5 \
99-
-p conventional-changelog-conventionalcommits \
99+
-p conventional-changelog-conventionalcommits@7 \
100100
semantic-release --dry-run
101101
- name: "Semantic Release"
102102
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -107,7 +107,7 @@ jobs:
107107
-p @semantic-release/changelog@5 \
108108
-p @semantic-release/git@9 \
109109
-p @semantic-release/exec@5 \
110-
-p conventional-changelog-conventionalcommits \
110+
-p conventional-changelog-conventionalcommits@7 \
111111
semantic-release
112112
- name: "Push automated release commits to release branch"
113113
if: ${{ github.event.inputs.dryRun == 'false' }}

0 commit comments

Comments
 (0)