chore: add docs

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-01 22:56:21 +02:00
parent dbfb2064d2
commit 8db6fc9d75

View File

@@ -183,6 +183,7 @@ fn default_commit_parsers() -> Vec<CommitParser> {
create_commit_parser("removed", "removed"),
create_commit_parser("fix", "fixed"),
create_commit_parser("security", "security"),
create_commit_parser("docs", "docs"),
CommitParser {
message: Regex::new(".*").ok(),
group: Some(String::from("other")),