- use filtered commits for changelog
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ export class ReleaseNotes {
|
|||||||
|
|
||||||
core.info(`ℹ️ Retrieved ${prCommits.length} commits for ${owner}/${repo}`)
|
core.info(`ℹ️ Retrieved ${prCommits.length} commits for ${owner}/${repo}`)
|
||||||
|
|
||||||
return commits.map(function (commit) {
|
return prCommits.map(function (commit) {
|
||||||
return {
|
return {
|
||||||
number: 0,
|
number: 0,
|
||||||
title: commit.summary,
|
title: commit.summary,
|
||||||
|
|||||||
Reference in New Issue
Block a user