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