chore(git-commit): Remove the commit type
This commit is contained in:
parent
34eb9d10f0
commit
ecc726cbb5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue