Skip to content

Commit

Permalink
fix(ci): only show remote github url if present in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Aug 7, 2024
1 parent e728a7c commit 9613f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ body = """
{% endif %}
{%- macro remote_url() -%}
{%- if remote.github -%}
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
{% else -%}
https://github.com/bosun-ai/swiftide
{%- endif -%}
{% endmacro %}
"""

Expand Down

0 comments on commit 9613f50

Please sign in to comment.