Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions website/docs/taskfile_versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shorter hint?

Semantic version checking was introduced with v3.34.0 of Task.

And updating the examples earlier in the text to use versions after v3.34.0

## Versions 1 & 2

Version 1 and 2 of Task are no longer officially supported and anyone still
Expand Down