mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-03 06:05:13 +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}"
|