fix(core): Fixed new changelog formatting issue to retain consistent spacing.
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsdoc', | ||||
|   version: '1.3.10', | ||||
|   version: '1.3.11', | ||||
|   description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.' | ||||
| } | ||||
|   | ||||
| @@ -120,7 +120,7 @@ ${JSON.stringify(commitMessages, null, 2)} | ||||
|     let newChangelog = `# Changelog\n\n${`## ${newDateString} - {{nextVersion}} - {{nextVersionScope}} | ||||
| {{nextVersionMessage}} | ||||
|  | ||||
| {{nextVersionDetails}}`}\n${oldChangelog}`; | ||||
| {{nextVersionDetails}}`}\n\n${oldChangelog}`; | ||||
|     resultObject.changelog = newChangelog; | ||||
|  | ||||
|     return resultObject; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user