Update the note about from/toTag.

This commit is contained in:
ipcjs
2022-06-06 16:08:31 +08:00
parent 6c807b044d
commit 0bc0c91c3e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ export class ReleaseNotes {
core.info(`️ Retrieved ${prCommits.length} commits for ${owner}/${repo}`)
return prCommits.map(function (commit) {
return prCommits.map(function (commit): PullRequestInfo {
return {
number: 0,
title: commit.summary,