diff --git a/website/blog/git-cliff-1.4.0.md b/website/blog/git-cliff-1.4.0.md index dd4cf22694..bceb5f3fda 100644 --- a/website/blog/git-cliff-1.4.0.md +++ b/website/blog/git-cliff-1.4.0.md @@ -47,7 +47,7 @@ For example, to group the commits that belong to `Dependabot` under "Dependency # regex for parsing and grouping commits commit_parsers = [ { field = "author.name", pattern = "dependabot\\[bot\\]", group = "Dependency Updates"}, -} +] ``` This will result in: