We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this line causes the release to be failed when there is no commit i.e. the arg commits is undefined.
commits
it should be skipped or at maximum log a warning, so other packages can proceed
[9:46:08 AM] [semantic-release] › ℹ Start step "fail" of plugin "[Function: semantic-release-monorepo]" file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/only-package-commits.js:26 commits.map(commit => ^ TypeError: Cannot read properties of undefined (reading 'map') at withFiles (file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/only-package-commits.js:26:13) at onlyPackageCommits (file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/only-package-commits.js:38:34) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/options-transforms.js:8:58 at async file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/lens-utils.js:7:17 at async file:///home/runner/work/dibo/dibo/node_modules/.pnpm/semantic-release-monorepo@8.0.2_semantic-release@24.2.1_typescript@5.6.3_/node_modules/semantic-release-monorepo/src/only-package-commits.js:86:5 { pluginName: '[Function: semantic-release-monorepo]' } Node.js v22.13.1 ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this line causes the release to be failed when there is no commit i.e. the arg
commits
is undefined.it should be skipped or at maximum log a warning, so other packages can proceed
The text was updated successfully, but these errors were encountered: