From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/is_ci/Makefile.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/is_ci/Makefile.toml (limited to 'vendor/is_ci/Makefile.toml') diff --git a/vendor/is_ci/Makefile.toml b/vendor/is_ci/Makefile.toml new file mode 100644 index 0000000..1b83b43 --- /dev/null +++ b/vendor/is_ci/Makefile.toml @@ -0,0 +1,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", "${@}"] -- cgit v1.2.3