12 lines
265 B
Makefile
12 lines
265 B
Makefile
|
[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", "--workspace", "${@}"]
|