File: Makefile.toml

package info (click to toggle)
rust-supports-color 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
[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", "${@}"]