Skip to content

Commit cc63b47

Browse files
committed
ci: fix deployments
Seems like there is a bug with semantic-release plugins conflicting with latest major conventional commits. Reverting as issue suggests: semantic-release/release-notes-generator#633 commit-id:b1f4a00c
1 parent 069d4f3 commit cc63b47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/setup-semantic-release/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ runs:
99
with:
1010
node-version: 'lts/*'
1111

12+
# Using conventional v7 to fix bug https://github.com/semantic-release/release-notes-generator/issues/633
1213
- name: Install semantic-release plugins that we need for deployment of this project
1314
run: >
14-
npm install
15-
conventional-changelog-conventionalcommits
15+
npm install
16+
conventional-changelog-conventionalcommits@7
1617
@semantic-release/github
1718
@semantic-release/git
1819
semantic-release-recovery@beta

0 commit comments

Comments
 (0)