fix(aidocs_classes): clarify recommendedNextVersionMessage field to require only the description body without the type(scope) prefix

This commit is contained in:
2025-12-16 10:07:47 +00:00
parent 1a517fdd1b
commit 39f5410b76
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdoc',
version: '1.11.0',
version: '1.11.4',
description: 'A comprehensive TypeScript documentation tool that leverages AI to generate and enhance project documentation, including dynamic README creation, API docs via TypeDoc, and smart commit message generation.'
}