From ecc726cbb5c271caabd2429d749f0e7b6956e44c Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 17 Mar 2024 10:49:31 +0300 Subject: [PATCH] chore(git-commit): Remove the commit type --- cliff.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index b79a4bd..df52e20 100644 --- a/cliff.toml +++ b/cliff.toml @@ -56,13 +56,14 @@ This changelog was generated by [git-cliff](https://github.com/orhun/git-cliff) # postprocessors postprocessors = [ {pattern = '', replace = "https://git.4rs.nl/awiteb/lprs"}, # replace repository URL + {pattern = '- (\w+)(\(\w+\))?:', replace = "- "}, # Remove the type {pattern = '- \((\w+)\):', replace = "- (**$1**)"}, # Make the scope blod {pattern = "\t", replace = " "}, # Replace tap with 4 spaces ] [git] # parse the commits based on https://www.conventionalcommits.org -conventional_commits = true +conventional_commits = false # filter out the commits that are not conventional filter_unconventional = true # process each line of a commit as an individual commit