- update README, recompile dist

This commit is contained in:
Mike Penz
2021-08-26 17:20:12 +02:00
parent 595c92f7b7
commit 8c6615fc6c
4 changed files with 22 additions and 8 deletions
Generated Vendored
+6
View File
@@ -593,6 +593,12 @@ class ReleaseNotes {
if (!this.options.commitMode) {
core.startGroup(`🚀 Load pull requests`);
mergedPullRequests = yield this.getMergedPullRequests(this.octokit);
// define the included PRs within this release as output
core.setOutput('pull_requests', mergedPullRequests
.map(pr => {
return pr.number;
})
.join(','));
core.endGroup();
}
else {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long