1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 04:01:13 +02:00

debug: print changelog sections

This commit is contained in:
bcoe
2020-09-17 12:40:57 -07:00
parent fdbd0eeb28
commit 3eee20cf31

1
dist/index.js vendored
View File

@@ -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,