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 e2331a1 commit 226d60bCopy full SHA for 226d60b
.github/workflows/if-nodejs-release.yml
@@ -120,7 +120,7 @@ jobs:
120
run: npm ci
121
- if: steps.packagejson.outputs.exists == 'true'
122
name: Add plugin for conventional commits for semantic-release
123
- run: npm install --save-dev conventional-changelog-conventionalcommits@5.0.0
+ run: npm install --save-dev conventional-changelog-conventionalcommits@9.1.0
124
125
name: Publish to any of NPM, Github, and Docker Hub
126
id: release
0 commit comments