We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303bd7b commit 99a5961Copy full SHA for 99a5961
cliff.toml
@@ -25,7 +25,7 @@ body = """
25
{% endfor %}\n
26
{% if version %}
27
{% if previous.version %}
28
- **Full Changelog**: [{{ previous.version }}...{{ version }}]($REPO/compare/{{ previous.version }}...{{ version }})
+ **Full Changelog**: [{{ previous.version }}...{{ version }}]($REPO/compare/v{{ previous.version }}...v{{ version }})
29
{% endif %}
30
{% else -%}
31
{% raw %}\n{% endraw %}
0 commit comments