From 7ee36f28b5160251c37085744166c2a5b1e695e4 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Tue, 23 Nov 2021 20:29:33 +0000 Subject: [PATCH] chore: update cliff.toml --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 5522e29..43a2eac 100644 --- a/cliff.toml +++ b/cliff.toml @@ -14,7 +14,7 @@ body = """ {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}](https://github.com/tembo-pages/tembo-core/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% if previous.version %}\ - [Compare with {{ previous.version }}](https://github.com/tembo-pages/tembo-core/compare/v{{ version }}...{{ previous.version }}) + [Compare with {{ previous.version }}](https://github.com/tembo-pages/tembo-core/compare/{{ previous.version }}...{{ version }}) {% endif %}\ {% else %}\ ## [unreleased]