1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 09:41:13 +02:00

chore: build dist

This commit is contained in:
actions-bot
2020-10-08 21:03:36 +00:00
parent dfe6b62258
commit fad36d0fcd

4
dist/index.js vendored
View File

@@ -3168,6 +3168,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,
@@ -43806,7 +43807,6 @@ 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,
@@ -56623,4 +56623,4 @@ module.exports = subset
/******/ }();
/******/
/******/ }
);
);