fix(aidocs_classes): Fix typo in INextCommitObject interface
This commit is contained in:
		| @@ -1,5 +1,10 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 23.06.2024 - 1.3.1 - {{nextVersionScope}} | ||||
| fix(aidocs_classes): Fix typo in INextCommitObject interface | ||||
| {{nextVersionDetails}} | ||||
|  | ||||
|  | ||||
| ```markdown | ||||
| ## [1.2.4] | ||||
| ### Fixed | ||||
| @@ -29,4 +34,4 @@ fix(aidocs): Fix bug in AiDoc class causing undefined token handling | ||||
|  | ||||
| ## [1.1.42] - 2023-10-30 | ||||
| ### Fixed | ||||
| - Improve commit message generation by handling empty diffs and updating changelog instructions | ||||
| - Improve commit message generation by handling empty diffs and updating changelog instructions | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsdoc', | ||||
|   version: '1.3.0', | ||||
|   version: '1.3.1', | ||||
|   description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.' | ||||
| } | ||||
|   | ||||
| @@ -6,7 +6,7 @@ export interface INextCommitObject { | ||||
|   recommendedNextVersionLevel: 'fix' | 'feat' | 'BREAKING CHANGE'; // the recommended next version level of the project | ||||
|   recommendedNextVersionScope: string; // the recommended scope name of the next version, like "core" or "cli", or specific class names. | ||||
|   recommendedNextVersionMessage: string; // the commit message. Don't put fix() feat() or BREAKING CHANGE in the message. Please just the message itself. | ||||
|   recommendedNextVersionDetauls: string[]; // detailed bullet points for the changelog | ||||
|   recommendedNextVersionDetails: string[]; // detailed bullet points for the changelog | ||||
|   recommendedNextVersion: string; // the recommended next version of the project, x.x.x | ||||
|   changelog?: string; // the changelog for the next version | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user