mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Changelog prompt: fix markdown link
This commit is contained in:
parent
36307e66f1
commit
212c72eb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Your task is to add a brief summary of this PR's changes to CHANGELOG.md file of
|
||||||
- Be general, and avoid specific details, files, etc. The output should be minimal, no more than 3-4 short lines.
|
- Be general, and avoid specific details, files, etc. The output should be minimal, no more than 3-4 short lines.
|
||||||
- Write only the new content to be added to CHANGELOG.md, without any introduction or summary. The content should appear as if it's a natural part of the existing file.
|
- Write only the new content to be added to CHANGELOG.md, without any introduction or summary. The content should appear as if it's a natural part of the existing file.
|
||||||
{%- if pr_link %}
|
{%- if pr_link %}
|
||||||
- If relevant, convert the changelog main header into a clickable link using the PR URL '{{ pr_link }}'. Format: header [*][pr_link]
|
- If relevant, convert the changelog main header into a clickable link using the PR URL '{{ pr_link }}'. Format: header [*](pr_link)
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue