Skip to content

Commit

Permalink
fix changelog render for list-with-packages strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
SkReD committed Jul 19, 2023
1 parent b56d6e7 commit cc8a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pvm/mechanics/changelog/md/list-with-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ListWithPackagesRenderer implements IncrementalRenderer {
const createdAt = new Date(release.created_at)

let heading
if ('pkgIdentity' in release) {
if (forPkg) {
const pkg = release.packages.find(pkgData => pkgData.name === forPkg)
if (!pkg) {
return null
Expand Down

0 comments on commit cc8a53f

Please sign in to comment.