You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running semantic release on modules with an issue with their commit history, then the missing array causes a bug which may be blocking the release to npm process.
npm run semantic-release
> eslint-config-punchcard@ semantic-release /home/travis/build/punchcard-cms/eslint-config-punchcard
> semantic-release pre && npm publish && semantic-release post
/home/travis/build/punchcard-cms/eslint-config-punchcard/node_modules/punchcard-semantic-release/analyze.js:82
}).sort().reduce((prev, curr) => {
^
TypeError: Reduce of empty array with no initial value
The text was updated successfully, but these errors were encountered:
When running semantic release on modules with an issue with their commit history, then the missing array causes a bug which may be blocking the release to npm process.
Steps for Reproducing
Error:
The text was updated successfully, but these errors were encountered: