mirror of https://github.com/zkat/miette.git
12 lines
285 B
TOML
12 lines
285 B
TOML
[tasks.changelog]
|
|
workspace=false
|
|
install_crate="git-cliff"
|
|
command = "git-cliff"
|
|
args = ["--prepend", "CHANGELOG.md", "-u", "--tag", "${@}"]
|
|
|
|
[tasks.release]
|
|
workspace=false
|
|
install_crate="cargo-release"
|
|
command = "cargo"
|
|
args = ["release", "--tag-prefix", "", "--workspace", "${@}"]
|