- use filtered commits for changelog

This commit is contained in:
Mike Penz
2021-02-26 12:03:27 +01:00
parent becbe17766
commit e9e10d147f
+1 -1
View File
@@ -152,7 +152,7 @@ export class ReleaseNotes {
core.info(`️ Retrieved ${prCommits.length} commits for ${owner}/${repo}`)
return commits.map(function (commit) {
return prCommits.map(function (commit) {
return {
number: 0,
title: commit.summary,