lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
780 stars 35 forks source link

Renovate PRs don't include release notes #141

Closed travi closed 1 year ago

travi commented 1 year ago

Expected Behavior

Despite CHANGELOG.md files existing for the packages, renovate PRs, like https://github.com/form8ion/core/pull/621 don't include those release notes.

defining repository.path in each package.json should inform tools like renovate to properly find the CHANGELOG.md files

Current Behavior

only the version numbers are reportable in the release notes section of renovate PRs

when renovate can find CHANGELOG.md files, the release notes for the updates are included in the PR description

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment