diff options
Diffstat (limited to 'vendor/supports-unicode/Makefile.toml')
-rw-r--r-- | vendor/supports-unicode/Makefile.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/supports-unicode/Makefile.toml b/vendor/supports-unicode/Makefile.toml new file mode 100644 index 0000000..1b83b43 --- /dev/null +++ b/vendor/supports-unicode/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", "${@}"] |