Skip to content

fix(release): add the conventionalcommits preset's own parser package - #72

Merged
Mearman merged 1 commit into
mainfrom
fix/release-missing-conventionalcommits
Sep 11, 2026
Merged

fix(release): add the conventionalcommits preset's own parser package#72
Mearman merged 1 commit into
mainfrom
fix/release-missing-conventionalcommits

Conversation

@Mearman

@Mearman Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member

release.config.ts configures the conventionalcommits preset for both commit-analyzer and release-notes-generator, but that preset package (conventional-changelog-conventionalcommits) isn't bundled by either plugin -- it's loaded dynamically by name at runtime and must be installed alongside, exactly why agent-comms' own identical release config already declares it as a devDependency.

Confirmed on the first real push where release-core actually ran (34653837335, after #71's skip-propagation fix): npm's OIDC verifyConditions succeeded (trusted publishing is correctly wired), GitHub auth verified, then analyzeCommits failed outright with "Cannot find module 'conventional-changelog-conventionalcommits'".

release.config.ts configures conventional-commits presets for both
commit-analyzer and release-notes-generator, but neither
@semantic-release/commit-analyzer nor conventional-commits-parser
bundles the actual preset package -- it's loaded dynamically by name at
runtime and must be installed alongside. Confirmed on the first real
push where release-core actually ran (rather than being skipped or
failing before reaching this step): analyzeCommits failed outright with
Cannot find module 'conventional-changelog-conventionalcommits'.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T22:52:40.328054Z 26f6c2a PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman

Mearman commented Sep 11, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Mearman
Mearman merged commit 595d284 into main Sep 11, 2026
8 checks passed
@Mearman
Mearman deleted the fix/release-missing-conventionalcommits branch September 11, 2026 22:51
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.

1 participant