Skip to content

Commit 787980b

Browse files
committed
ci: add conventional-changelog-conventionalcommits
1 parent b67c8f8 commit 787980b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
-p @semantic-release/changelog@5 \
8787
-p @semantic-release/git@9 \
8888
-p @semantic-release/exec@5 \
89+
-p conventional-changelog-conventionalcommits \
8990
semantic-release --dry-run
9091
- name: "Semantic Release"
9192
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -96,6 +97,7 @@ jobs:
9697
-p @semantic-release/changelog@5 \
9798
-p @semantic-release/git@9 \
9899
-p @semantic-release/exec@5 \
100+
-p conventional-changelog-conventionalcommits \
99101
semantic-release
100102
- name: "Push automated release commits to release branch"
101103
if: ${{ github.event.inputs.dryRun == 'false' }}

0 commit comments

Comments
 (0)