chore: add docs
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
dbfb2064d2
commit
8db6fc9d75
@ -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")),
|
||||
|
Loading…
Reference in New Issue
Block a user