1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

docs(blog): fix the TOML format in 1.4.0 blog post

This commit is contained in:
Orhun Parmaksız 2023-10-29 13:58:20 +01:00
parent e3f1b3bdb3
commit 4d691d2620
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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: