mirror of
https://github.com/go-task/task.git
synced 2025-01-28 05:36:18 +02:00
docs: add required version for supporting loops (#1290)
This commit is contained in:
parent
f219e1ee76
commit
d9a4b4241e
@ -1001,9 +1001,9 @@ This works for all types of variables.
|
||||
|
||||
## Looping over values
|
||||
|
||||
Task allows you to loop over certain values and execute a command for each.
|
||||
There are a number of ways to do this depending on the type of value you want to
|
||||
loop over.
|
||||
As of v3.28.0, Task allows you to loop over certain values and execute a
|
||||
command for each. There are a number of ways to do this depending on the type
|
||||
of value you want to loop over.
|
||||
|
||||
### Looping over a static list
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user