Skip to content

Commit a015da6

Browse files
committed
Release analyzer fix template literal backticks escaping in prompt
1 parent 5f575cd commit a015da6

File tree

1 file changed

+1
-1
lines changed
  • docusaurus/scripts/strapi-release-analyzer

1 file changed

+1
-1
lines changed

docusaurus/scripts/strapi-release-analyzer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Respond with a JSON object in this minimal shape (JSON only, no markdown):
490490
- Prefer targets among the "Candidate Documentation Pages" when applicable.
491491
- Include an anchor from the page's anchors list when relevant.
492492
- Keep the response JSON-only (no markdown outside JSON).
493-
- Set `newPage: true` only if a new documentation page should be created and no existing target fits.
493+
- Set \`newPage: true\` only if a new documentation page should be created and no existing target fits.
494494
495495
Respond ONLY with valid JSON, no markdown formatting, no additional text.`;
496496

0 commit comments

Comments
 (0)