From fedbe1fd2391b86792708a22241a0f36fdd6f75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Mon, 29 Jan 2024 00:00:24 +0100 Subject: [PATCH] CHANGELOG.md, cliff.toml: remove html markups from changelogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- CHANGELOG.md | 7 +++++-- cliff.toml | 7 +++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 027cdbf..3da7163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. - Add-info (3bee074) +### CHANGELOG.md + +- V0.8.0 (5c8beb3) + ### CI/CD - Setup gh actions to include ftp deploy (b9fbd43) @@ -105,7 +109,7 @@ All notable changes to this project will be documented in this file. ### Theme -- Add safeHTML for
tag (cc192f6) +- Add safeHTML for br tag (cc192f6) - Add leads email (9badc67) - Set _self for else nav targets (1adfa17) - Add hubspot contact form (90b8d64) @@ -150,4 +154,3 @@ All notable changes to this project will be documented in this file. - Optimize size of the images (fed7445) - diff --git a/cliff.toml b/cliff.toml index 0c31e3a..45506ae 100644 --- a/cliff.toml +++ b/cliff.toml @@ -28,14 +28,13 @@ body = """ {% endfor %} {% endfor %}\n """ -# template for the changelog footer -footer = """ - -""" # remove the leading and trailing whitespace from the templates trim = true [git] +commit_preprocessors = [ + { pattern = ']*>', replace = "$1"} +] # parse the commits based on https://www.conventionalcommits.org conventional_commits = true # filter out the commits that are not conventional