From 85395be5e7c6a891c79ec72cf215894af097f819 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 11 Jan 2025 13:13:52 +0300 Subject: [PATCH] misc(cliff): Notice about previous changelog file (#1746) --- HISTORY.md | 2 +- cliff.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5ad774558..2125d03c4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -# 📖 Change Log +# 📖 Change Log (History) ### *From v2.0.0 to v2.4.5-rc.2* diff --git a/cliff.toml b/cliff.toml index d48ed4fc3..5c29ae25f 100644 --- a/cliff.toml +++ b/cliff.toml @@ -13,6 +13,7 @@ repo = "torrentpier" # template for the changelog header header = """ # 📖 Change Log\n +### *To view changelog from v2.0.0 to v2.4.5-rc.2 nagivate to [HISTORY](HISTORY.md)* """ # template for the changelog body # https://keats.github.io/tera/docs/#introduction