Skip to content

Commit

Permalink
ci: add conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
mchuangatmp committed Nov 4, 2022
1 parent b67c8f8 commit 787980b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @semantic-release/exec@5 \
-p conventional-changelog-conventionalcommits \
semantic-release --dry-run
- name: "Semantic Release"
if: ${{ github.event.inputs.dryRun == 'false' }}
Expand All @@ -96,6 +97,7 @@ jobs:
-p @semantic-release/changelog@5 \
-p @semantic-release/git@9 \
-p @semantic-release/exec@5 \
-p conventional-changelog-conventionalcommits \
semantic-release
- name: "Push automated release commits to release branch"
if: ${{ github.event.inputs.dryRun == 'false' }}
Expand Down

0 comments on commit 787980b

Please sign in to comment.