From 3eee20cf311ef238a2220fb57f5b70ce72efa4dd Mon Sep 17 00:00:00 2001 From: bcoe Date: Thu, 17 Sep 2020 12:40:57 -0700 Subject: [PATCH] debug: print changelog sections --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 4ba6716..1fc8d13 100644 --- a/dist/index.js +++ b/dist/index.js @@ -41220,6 +41220,7 @@ class Node extends release_pr_1.ReleasePR { sha: latestTag ? latestTag.sha : undefined, path: this.path, }); + console.info(`SECTIONS ${this.changelogSections}`); const cc = new conventional_commits_1.ConventionalCommits({ commits, githubRepoUrl: this.repoUrl,