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 a7942be commit 815579fCopy full SHA for 815579f
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
-p @semantic-release/changelog@5 \
41
-p @semantic-release/git@9 \
42
-p @semantic-release/exec@5 \
43
- -p conventional-changelog-conventionalcommits \
+ -p conventional-changelog-conventionalcommits@7 \
44
semantic-release --dry-run
45
- name: "Semantic Release"
46
if: ${{ github.event.inputs.dryRun == 'false' }}
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
semantic-release
56
- name: "Push automated release commits to release branch"
57
0 commit comments