We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d442152 commit 3b50a3dCopy full SHA for 3b50a3d
1 file changed
.github/workflows/ci.yml
@@ -79,12 +79,12 @@ jobs:
79
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
80
with:
81
extra_plugins: |
82
- @semantic-release/commit-analyzer
83
- @semantic-release/release-notes-generator
84
- @semantic-release/npm
85
- @semantic-release/github
86
- @semantic-release/git
87
- conventional-changelog-conventionalcommits
+ @semantic-release/commit-analyzer@13.0.1
+ @semantic-release/release-notes-generator@14.1.1
+ @semantic-release/npm@13.1.5
+ @semantic-release/github@12.0.8
+ @semantic-release/git@10.0.1
+ conventional-changelog-conventionalcommits@9.3.1
88
env:
89
GITHUB_TOKEN: ${{ steps.release-bot.outputs.token }}
90
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments