1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 20:51:36 +02:00

build: debug bad build

This commit is contained in:
bcoe
2020-10-08 13:51:29 -07:00
parent 60922c5d92
commit 4b61e6458f
2 changed files with 3 additions and 1 deletions

3
dist/index.js vendored
View File

@@ -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
/******/ }();
/******/
/******/ }
);
);

View File

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