mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 02:31:36 +02:00
debug: print changelog sections
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -41220,6 +41220,7 @@ class Node extends release_pr_1.ReleasePR {
|
|||||||
sha: latestTag ? latestTag.sha : undefined,
|
sha: latestTag ? latestTag.sha : undefined,
|
||||||
path: this.path,
|
path: this.path,
|
||||||
});
|
});
|
||||||
|
console.info(`SECTIONS ${this.changelogSections}`);
|
||||||
const cc = new conventional_commits_1.ConventionalCommits({
|
const cc = new conventional_commits_1.ConventionalCommits({
|
||||||
commits,
|
commits,
|
||||||
githubRepoUrl: this.repoUrl,
|
githubRepoUrl: this.repoUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user