conventional-changelog / conventional-changelog

Generate changelogs and release notes from a project's commit messages and metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Hervera opened this issue · 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!