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