fix(aidocs_classes): Fix typo in INextCommitObject interface and update date format in changelog generation.

This commit is contained in:
2024-06-23 19:55:39 +02:00
parent 06f6fdef98
commit 70d4af653a
3 changed files with 35 additions and 32 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdoc',
version: '1.3.1',
version: '1.3.2',
description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.'
}

View File

@ -108,7 +108,7 @@ ${commitMessages.join('\n')}
}
let oldChangelog = previousChangelog.contents.toString().replace('# Changelog\n\n', '');
let newDateString = new plugins.smarttime.ExtendedDate().exportToEuropeanDate();
let newDateString = new plugins.smarttime.ExtendedDate().exportToHyphedSortableDate();
let newChangelog = `# Changelog\n\n${
`## ${newDateString} - {{nextVersion}} - {{nextVersionScope}}
{{nextVersionMessage}}