Skip to content

Add conventional-changelog-conventionalcommits dependency#6

Merged
nsheaps merged 1 commit intomainfrom
claude/fix-release-workflow-N2bt7
Mar 5, 2026
Merged

Add conventional-changelog-conventionalcommits dependency#6
nsheaps merged 1 commit intomainfrom
claude/fix-release-workflow-N2bt7

Conversation

@nsheaps
Copy link
Copy Markdown
Owner

@nsheaps nsheaps commented Mar 5, 2026

Summary

Added conventional-changelog-conventionalcommits as a dev dependency to support conventional commit changelog generation.

Changes

  • Added conventional-changelog-conventionalcommits@^9.3.0 to devDependencies in package.json

Details

This dependency is required for the release-it workflow to properly parse and generate changelogs based on conventional commit messages. It works in conjunction with the existing @release-it/conventional-changelog plugin to ensure commits are correctly formatted and categorized in generated release notes.

https://claude.ai/code/session_01CmJdUBYQhytGYDZxCsWShU

Yarn PnP's strict dependency resolution prevents accessing transitive
dependencies. The `conventionalcommits` preset is required by
`@release-it/conventional-changelog` but must be declared explicitly
for Yarn PnP to resolve it, fixing the release workflow.

https://claude.ai/code/session_01CmJdUBYQhytGYDZxCsWShU
@nsheaps nsheaps merged commit 9898ba0 into main Mar 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants