- update dist compiled action

This commit is contained in:
Mike Penz
2020-10-18 15:51:20 +02:00
parent ff50df5399
commit edbaf7d4b6
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -976,7 +976,7 @@ function buildChangelog(prs, config) {
for (const pr of uncategorized) {
changelogUncategorized = `${changelogUncategorized + pr}\n`;
}
core.info(`✒️ Wrote ${changelogUncategorized.length} non categorized pull requests down`);
core.info(`✒️ Wrote ${uncategorized.length} non categorized pull requests down`);
// fill template
let transformedChangelog = config.template || configuration_1.DefaultConfiguration.template;
transformedChangelog = transformedChangelog.replace('${{CHANGELOG}}', changelog);
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long