Compare commits

..

6 Commits

4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Changelog
## 1.1.41
- fix(aidoc_classes): Improve commit message generation by handling empty diffs and updating changelog instructions
## 1.2.2
fix(aidocs): Fix bug in AiDoc class causing undefined token handling

View File

@ -1,6 +1,6 @@
{
"name": "@git.zone/tsdoc",
"version": "1.1.42",
"version": "1.2.2",
"private": false,
"description": "An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.",
"type": "module",

View File

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

View File

@ -90,6 +90,7 @@ Only return the changelog file, so it can be written directly to changelog.md
For the latest version, that is not yet part of the commit messages, add a placeholder entry that uses {{nextVersion}} and {{nextVersionMessage}} as variables to filled later.
Only output newer versions and their changes compared to ones already mentioned. We take of appending your output later.
If there is no previous changelog file, generate a complete changelog from commit messages with heading and everything + the placeholder section mentioned above.
`,
userMessage: `
The previous changelog file is: