diff --git a/cliff.toml b/cliff.toml index 4ea8c74..0a54ee6 100644 --- a/cliff.toml +++ b/cliff.toml @@ -16,7 +16,7 @@ body = """ ## [unreleased] {% endif %}\ {% if previous %}\ - {% if previous.commit_id %} + {% if previous.commit_id and commit_id %} [{{ previous.commit_id | truncate(length=7, end="") }}](https://git.kemitix.net/kemitix/git-next/commit/{{ previous.commit_id }})...\ [{{ commit_id | truncate(length=7, end="") }}](https://git.kemitix.net/kemitix/git-next/commit/{{ commit_id }}) {% endif %}\