From 4b61e6458fa5273c1cfbcd2a3c5830322258e980 Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 8 Oct 2020 13:51:29 -0700 Subject: [PATCH] build: debug bad build --- dist/index.js | 3 ++- index.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index defde5d..feacad0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -43806,6 +43806,7 @@ 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, @@ -56622,4 +56623,4 @@ module.exports = subset /******/ }(); /******/ /******/ } -); \ No newline at end of file +); diff --git a/index.js b/index.js index 7d23136..a503b85 100644 --- a/index.js +++ b/index.js @@ -44,6 +44,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,