mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 04:07:32 +03:00
14 lines
270 B
TOML
14 lines
270 B
TOML
status = [
|
|
"Check",
|
|
"Lints",
|
|
"Formatting",
|
|
"Test suite",
|
|
"Audit check",
|
|
"Links",
|
|
"Check Rust version",
|
|
]
|
|
delete_merged_branches = true
|
|
update_base_for_deletes = true
|
|
cut_body_after = "<details>"
|
|
commit_title = "chore(pull): merge ${PR_REFS}"
|