Skip to content

Commit 591c1fc

Browse files
nkmr-jpclaude
andcommitted
fix: add missing conventional-changelog-conventionalcommits dependency for semantic-release
Resolves CI failure where semantic-release was unable to find the 'conventional-changelog-conventionalcommits' module required by the conventionalcommits preset in the @semantic-release/commit-analyzer configuration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3f76ed0 commit 591c1fc

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@semantic-release/changelog": "^6.0.3",
4040
"@semantic-release/git": "^10.0.1",
4141
"@semantic-release/github": "^11.0.3",
42+
"conventional-changelog-conventionalcommits": "^8.0.0",
4243
"@types/jest": "^29.5.14",
4344
"@types/js-yaml": "^4.0.9",
4445
"@types/node": "20.17.57",

0 commit comments

Comments
 (0)