[go: up one dir, main page]

is_ci 1.1.1

Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.
Documentation
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", "${@}"]