fix(aidocs_classes): clarify recommendedNextVersionMessage field to require only the description body without the type(scope) prefix
This commit is contained in:
@@ -180,7 +180,7 @@ Here is the structure of the JSON you must return:
|
||||
{
|
||||
"recommendedNextVersionLevel": "fix" | "feat" | "BREAKING CHANGE",
|
||||
"recommendedNextVersionScope": "string",
|
||||
"recommendedNextVersionMessage": "string",
|
||||
"recommendedNextVersionMessage": "string (ONLY the description body WITHOUT the type(scope): prefix - e.g. 'bump dependency to ^1.2.6' NOT 'fix(deps): bump dependency to ^1.2.6')",
|
||||
"recommendedNextVersionDetails": ["string"],
|
||||
"recommendedNextVersion": "x.x.x"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user