mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 06:41:36 +02:00
build: debug bad build
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -43806,6 +43806,7 @@ class Node extends release_pr_1.ReleasePR {
|
|||||||
bumpMinorPreMajor: this.bumpMinorPreMajor,
|
bumpMinorPreMajor: this.bumpMinorPreMajor,
|
||||||
changelogSections: this.changelogSections,
|
changelogSections: this.changelogSections,
|
||||||
});
|
});
|
||||||
|
console.info('changelog sections', this.changelogSections);
|
||||||
const candidate = await this.coerceReleaseCandidate(cc, latestTag);
|
const candidate = await this.coerceReleaseCandidate(cc, latestTag);
|
||||||
const changelogEntry = await cc.generateChangelogEntry({
|
const changelogEntry = await cc.generateChangelogEntry({
|
||||||
version: candidate.version,
|
version: candidate.version,
|
||||||
@@ -56622,4 +56623,4 @@ module.exports = subset
|
|||||||
/******/ }();
|
/******/ }();
|
||||||
/******/
|
/******/
|
||||||
/******/ }
|
/******/ }
|
||||||
);
|
);
|
||||||
|
|||||||
1
index.js
1
index.js
@@ -44,6 +44,7 @@ async function main () {
|
|||||||
// Next we check for PRs merged since the last release, and groom the
|
// Next we check for PRs merged since the last release, and groom the
|
||||||
// release PR:
|
// release PR:
|
||||||
if (!command || command === 'release-pr') {
|
if (!command || command === 'release-pr') {
|
||||||
|
console.info(changelogSections)
|
||||||
const release = ReleasePRFactory.buildStatic(releaseType, {
|
const release = ReleasePRFactory.buildStatic(releaseType, {
|
||||||
monorepoTags,
|
monorepoTags,
|
||||||
packageName,
|
packageName,
|
||||||
|
|||||||
Reference in New Issue
Block a user