From 61e55925f312417bdb63c88a7c8939c3b2eb2ac5 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 11 Jan 2025 13:25:26 +0300 Subject: [PATCH] misc(cliff): Use blockquote for notice (#1748) --- HISTORY.md | 3 ++- cliff.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2125d03c4..b48f99637 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # 📖 Change Log (History) -### *From v2.0.0 to v2.4.5-rc.2* +> [!NOTE] +> Changelog from v2.0.0 to v2.4.5-rc.2. ## [v2.4.5-rc.2](https://github.com/torrentpier/torrentpier/tree/v2.4.5-rc.2) (2025-01-10) [Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.5-rc.1...v2.4.5-rc.2) diff --git a/cliff.toml b/cliff.toml index 5d043d317..1d12f7fde 100644 --- a/cliff.toml +++ b/cliff.toml @@ -13,7 +13,8 @@ repo = "torrentpier" # template for the changelog header header = """ # 📖 Change Log\n -### *To view changelog from v2.0.0 to v2.4.5-rc.2 navigate to [HISTORY.md](HISTORY.md)* +> [!NOTE] +> To view changelog from v2.0.0 to v2.4.5-rc.2 navigate to [HISTORY.md](HISTORY.md). """ # template for the changelog body # https://keats.github.io/tera/docs/#introduction