chore(git-commit): Remove the commit type

This commit is contained in:
Awiteb 2024-03-17 10:49:31 +03:00
parent 34eb9d10f0
commit ecc726cbb5
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -56,13 +56,14 @@ This changelog was generated by [git-cliff](https://github.com/orhun/git-cliff)
# postprocessors # postprocessors
postprocessors = [ postprocessors = [
{pattern = '<REPO>', replace = "https://git.4rs.nl/awiteb/lprs"}, # replace repository URL {pattern = '<REPO>', 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 = '- \((\w+)\):', replace = "- (**$1**)"}, # Make the scope blod
{pattern = "\t", replace = " "}, # Replace tap with 4 spaces {pattern = "\t", replace = " "}, # Replace tap with 4 spaces
] ]
[git] [git]
# parse the commits based on https://www.conventionalcommits.org # parse the commits based on https://www.conventionalcommits.org
conventional_commits = true conventional_commits = false
# filter out the commits that are not conventional # filter out the commits that are not conventional
filter_unconventional = true filter_unconventional = true
# process each line of a commit as an individual commit # process each line of a commit as an individual commit