Skip to content

Commit

Permalink
docs(blog): fix the TOML format in 1.4.0 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 29, 2023
1 parent e3f1b3b commit 4d691d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/git-cliff-1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d691d2

Please sign in to comment.