diff --git a/cliff.toml b/cliff.toml index 6d97aba9..22d86d36 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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 %} """