@git.zone/tsdoc 1.1.38 → 1.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@git.zone/tsdoc',
|
|
6
|
-
version: '1.1.
|
|
6
|
+
version: '1.1.39',
|
|
7
7
|
description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxpQkFBaUI7SUFDdkIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLG1IQUFtSDtDQUNqSSxDQUFBIn0=
|
|
@@ -66,7 +66,7 @@ You are given
|
|
|
66
66
|
|
|
67
67
|
Only return the changelog file, so it can be written directly to changelog.md
|
|
68
68
|
|
|
69
|
-
For the latest version, that is not yet part of the commit messages, use {{nextVersion}} and {{
|
|
69
|
+
For the latest version, that is not yet part of the commit messages, use {{nextVersion}}, {{nextVersionScope}} and {{nextVersionMessage}} placeholders.
|
|
70
70
|
`,
|
|
71
71
|
userMessage: `
|
|
72
72
|
The previous changelog file is:
|
package/package.json
CHANGED
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -82,7 +82,7 @@ You are given
|
|
|
82
82
|
|
|
83
83
|
Only return the changelog file, so it can be written directly to changelog.md
|
|
84
84
|
|
|
85
|
-
For the latest version, that is not yet part of the commit messages, use {{nextVersion}} and {{
|
|
85
|
+
For the latest version, that is not yet part of the commit messages, use {{nextVersion}}, {{nextVersionScope}} and {{nextVersionMessage}} placeholders.
|
|
86
86
|
`,
|
|
87
87
|
userMessage: `
|
|
88
88
|
The previous changelog file is:
|