conventional-changelog/conventional-changelog

TypeError: Cannot read properties of undefined (reading 'preMajor')

Hervera opened this issue · 3 comments

A problem with the conventional-changelog-conventionalcommits package during the release process. Specifically, it's failing at the conventionalRecommendedBump.js file and throwing a TypeError.

if (config.preMajor && level < 2) {

Fixed in #1120
Soon will be released

Great news! Looking forward to the release. Thanks for the update!