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