From f09c595d154932f484dee7ea997cb4534ec1aa30 Mon Sep 17 00:00:00 2001 From: Jurgen Braam <2862977+jubr@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:27:15 +0200 Subject: [PATCH 1/2] docs: Mention version checks introduced in v3.34.0 --- website/docs/taskfile_versions.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/taskfile_versions.mdx b/website/docs/taskfile_versions.mdx index 23c8ac02dc..5181d8a039 100644 --- a/website/docs/taskfile_versions.mdx +++ b/website/docs/taskfile_versions.mdx @@ -60,6 +60,13 @@ Now when someone tries to run the Taskfile with an older version of Task, they will receive an error prompting them to upgrade their version of Task to `v3.17.0` or greater. +:::info + +Note that this functionality was introduced in [v3.34.0](https://github.com/go-task/task/releases/tag/v3.34.0), +so older versions are simply not yet able to give you this warning. + +::: + ## Versions 1 & 2 Version 1 and 2 of Task are no longer officially supported and anyone still From a098a6d9ab4fb44848ed7905429a44adde3e2646 Mon Sep 17 00:00:00 2001 From: Jurgen Braam <2862977+jubr@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:34:28 +0200 Subject: [PATCH 2/2] taskfile_versions.mdx: do not use "simply" Co-authored-by: Pete Davison --- website/docs/taskfile_versions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/taskfile_versions.mdx b/website/docs/taskfile_versions.mdx index 5181d8a039..ead00149d9 100644 --- a/website/docs/taskfile_versions.mdx +++ b/website/docs/taskfile_versions.mdx @@ -63,7 +63,7 @@ will receive an error prompting them to upgrade their version of Task to :::info Note that this functionality was introduced in [v3.34.0](https://github.com/go-task/task/releases/tag/v3.34.0), -so older versions are simply not yet able to give you this warning. +so older versions are not able to give you this warning. :::