Skip to content

fix(release): reference analyzer and generator by package name - #5

Merged
Mearman merged 1 commit into
mainfrom
fix/release-plugin-paths
Sep 12, 2026
Merged

Mearman merged 1 commit into
mainfrom
fix/release-plugin-paths

Conversation

@Mearman

@Mearman Mearman commented Sep 12, 2026

Copy link
Copy Markdown
Member

Summary

  • The release job failed with MODULE_NOT_FOUND on semantic-release/commit-analyzer because pnpm's strict node_modules layout does not expose semantic-release's built-in plugin subpaths.
  • Install @semantic-release/commit-analyzer and @semantic-release/release-notes-generator as devDependencies and reference them by package name in release.config.ts.

Test plan

  • CI verify job passes
  • Release job on merge resolves both plugins and cuts the first release via OIDC

pnpm's strict node_modules layout does not expose semantic-release's
built-in plugin subpaths (semantic-release/commit-analyzer and
semantic-release/release-notes-generator), so the release job failed
with MODULE_NOT_FOUND. Install both plugins as devDependencies and
reference them by package name instead.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 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-12T19:25:02.620551Z 08a9327 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 merged commit b29bf02 into main Sep 12, 2026
2 checks passed
@exaclaude

exaclaude Bot commented Sep 12, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exaclaude exaclaude Bot added the released label Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant