We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e6d9a commit b974de2Copy full SHA for b974de2
1 file changed
cliff.toml
@@ -1,7 +1,7 @@
1
# configuration for https://github.com/orhun/git-cliff
2
3
[remote.github]
4
-owner = "orhun"
+owner = "ratatui"
5
repo = "ratzilla"
6
7
[changelog]
@@ -55,12 +55,12 @@ body = """
55
{% endif %}
56
57
{%- macro remote_url() -%}
58
-{%- if remote.owner -%} {# release-plz specific variable #}
59
-https://github.com/{{ remote.owner }}/{{ remote.repo }}\
+{%- if remote.owner -%}
+https://github.com/{{ remote.owner }}/{{ remote.repo }}
60
{%- else -%}
61
-https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
+https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
62
{%- endif -%}
63
-{% endmacro %}
+{%- endmacro -%}
64
"""
65
# template for the changelog footer
66
footer = """
0 commit comments