Skip to content

Commit b974de2

Browse files
committed
chore(cliff): adjust the git-cliff settings
1 parent 91e6d9a commit b974de2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cliff.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# configuration for https://github.com/orhun/git-cliff
22

33
[remote.github]
4-
owner = "orhun"
4+
owner = "ratatui"
55
repo = "ratzilla"
66

77
[changelog]
@@ -55,12 +55,12 @@ body = """
5555
{% endif %}
5656
5757
{%- macro remote_url() -%}
58-
{%- if remote.owner -%} {# release-plz specific variable #}
59-
https://github.com/{{ remote.owner }}/{{ remote.repo }}\
58+
{%- if remote.owner -%}
59+
https://github.com/{{ remote.owner }}/{{ remote.repo }}
6060
{%- else -%}
61-
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
61+
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
6262
{%- endif -%}
63-
{% endmacro %}
63+
{%- endmacro -%}
6464
"""
6565
# template for the changelog footer
6666
footer = """

0 commit comments

Comments
 (0)