chore: add docs

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-01 22:56:21 +02:00
parent dbfb2064d2
commit 8db6fc9d75
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

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