fix(aidocs_classes): Fix changelog formatting issue in commit class

This commit is contained in:
2024-06-23 22:48:05 +02:00
parent d4903f32f0
commit f819e7b521
3 changed files with 9 additions and 1 deletions

View File

@ -115,6 +115,7 @@ ${JSON.stringify(commitMessages, null, 2)}
let newDateString = new plugins.smarttime.ExtendedDate().exportToHyphedSortableDate();
let newChangelog = `# Changelog\n\n${`## ${newDateString} - {{nextVersion}} - {{nextVersionScope}}
{{nextVersionMessage}}
{{nextVersionDetails}}
`}\n\n${oldChangelog}\n`;
resultObject.changelog = newChangelog;