From 4d691d2620f6fcd574c2be64c6a8f6023db063c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 29 Oct 2023 13:58:20 +0100 Subject: [PATCH] docs(blog): fix the TOML format in 1.4.0 blog post --- website/blog/git-cliff-1.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: