From 34c526015fcd4b11b670a0ff02f9f6a166912df3 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 3 Jan 2022 02:31:17 +0000 Subject: [PATCH] chore: update cliff.toml --- cliff.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cliff.toml b/cliff.toml index dffa757..594a3d0 100644 --- a/cliff.toml +++ b/cliff.toml @@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # https://tera.netlify.app/docs/#introduction body = """ {% if version %}\ - ## [{{ version }}](https://github.com/tembo-pages/tembo-core/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version }}](https://github.com/dtomlinson91/panaetius/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% if previous.version %}\ - [Compare with {{ previous.version }}](https://github.com/tembo-pages/tembo-core/compare/{{ previous.version }}...{{ version }}) + [Compare with {{ previous.version }}](https://github.com/dtomlinson91/panaetius/compare/{{ previous.version }}...{{ version }}) {% endif %}\ {% else %}\ ## [unreleased] @@ -22,7 +22,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=6, end="") }}](https://github.com/tembo-pages/tembo-core/commit/{{ commit.id }}))\ + - {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=6, end="") }}](https://github.com/dtomlinson91/panaetius/commit/{{ commit.id }}))\ {% endfor %} {% endfor %}\n """