lerna / lerna-changelog

:book: PR-based changelog generator with monorepo support
MIT License
805 stars 99 forks source link

Clearly mention the missing field when repository is absent #1174

Closed nadeesha closed 6 months ago

nadeesha commented 10 months ago

The current error message goes like:

Could not infer "repo" from the "package.json" file.

This leads one to assume that there should be a repo key in the package.json.

This is a small change to make the key referred to is consistent with package.json conventions.