We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67c8f8 commit 787980bCopy full SHA for 787980b
.github/workflows/release.yml
@@ -86,6 +86,7 @@ jobs:
86
-p @semantic-release/changelog@5 \
87
-p @semantic-release/git@9 \
88
-p @semantic-release/exec@5 \
89
+ -p conventional-changelog-conventionalcommits \
90
semantic-release --dry-run
91
- name: "Semantic Release"
92
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -96,6 +97,7 @@ jobs:
96
97
98
99
100
101
semantic-release
102
- name: "Push automated release commits to release branch"
103
0 commit comments