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 e74adc2 commit 5f7eeedCopy full SHA for 5f7eeed
1 file changed
.github/workflows/release.yml
@@ -96,7 +96,7 @@ jobs:
96
-p @semantic-release/changelog@5 \
97
-p @semantic-release/git@9 \
98
-p @semantic-release/exec@5 \
99
- -p conventional-changelog-conventionalcommits \
+ -p conventional-changelog-conventionalcommits@7 \
100
semantic-release --dry-run
101
- name: "Semantic Release"
102
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
semantic-release
112
- name: "Push automated release commits to release branch"
113
0 commit comments