We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a9c1e commit 91e6d9aCopy full SHA for 91e6d9a
cliff.toml
@@ -55,8 +55,12 @@ body = """
55
{% endif %}
56
57
{%- macro remote_url() -%}
58
- https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
59
-{%- endmacro -%}
+{%- if remote.owner -%} {# release-plz specific variable #}
+https://github.com/{{ remote.owner }}/{{ remote.repo }}\
60
+{%- else -%}
61
+https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
62
+{%- endif -%}
63
+{% endmacro %}
64
"""
65
# template for the changelog footer
66
footer = """
0 commit comments