From fad36d0fcde83357a997b92c621185af56a6af40 Mon Sep 17 00:00:00 2001 From: actions-bot Date: Thu, 8 Oct 2020 21:03:36 +0000 Subject: [PATCH] chore: build dist --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index feacad0..5d9dad1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3168,6 +3168,7 @@ async function main () { // Next we check for PRs merged since the last release, and groom the // release PR: if (!command || command === 'release-pr') { + console.info(changelogSections) const release = ReleasePRFactory.buildStatic(releaseType, { monorepoTags, packageName, @@ -43806,7 +43807,6 @@ class Node extends release_pr_1.ReleasePR { bumpMinorPreMajor: this.bumpMinorPreMajor, changelogSections: this.changelogSections, }); - console.info('changelog sections', this.changelogSections); const candidate = await this.coerceReleaseCandidate(cc, latestTag); const changelogEntry = await cc.generateChangelogEntry({ version: candidate.version, @@ -56623,4 +56623,4 @@ module.exports = subset /******/ }(); /******/ /******/ } -); +); \ No newline at end of file