docs: 📝 changelog
This commit is contained in:
parent
5e3bc675ef
commit
e4aae6c27c
1072
CHANGELOG.md
1072
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@
|
||||||
# changelog header
|
# changelog header
|
||||||
header = """
|
header = """
|
||||||
# Changelog\n
|
# Changelog\n
|
||||||
All changes from v13.0.0 onwards, for a full list of differences read FIREFISH.md\n
|
All changes from v13.0.0 onwards, for a list of differences read FIREFISH.md\n
|
||||||
"""
|
"""
|
||||||
# template for the changelog body
|
# template for the changelog body
|
||||||
# https://tera.netlify.app/docs/#introduction
|
# https://tera.netlify.app/docs/#introduction
|
||||||
|
@ -35,10 +35,6 @@ conventional_commits = false
|
||||||
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
|
||||||
split_commits = false
|
split_commits = false
|
||||||
# regex for preprocessing the commit messages
|
|
||||||
commit_preprocessors = [
|
|
||||||
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/orhun/git-cliff/issues/${2}))"},
|
|
||||||
]
|
|
||||||
# regex for parsing and grouping commits
|
# regex for parsing and grouping commits
|
||||||
commit_parsers = [
|
commit_parsers = [
|
||||||
{ message = "^feat", group = "Features"},
|
{ message = "^feat", group = "Features"},
|
||||||
|
|
Loading…
Reference in New Issue