Task v3.11.0 Release Notes
Release Date: 2022-01-19 // 5 months ago-
- ๐จ Task now supports printing begin and end messages when using the
group
output mode, useful for grouping tasks in CI systems. Check out the documentation for more information (#647, #651). - โ Add
Taskfile.dist.yml
andTaskfile.dist.yaml
to the supported file name list. Check out the documentation for more information (#498, #666).
- ๐จ Task now supports printing begin and end messages when using the
Previous changes from v3.10.0
-
- A new
--list-all
(alias-a
) flag is now available. It's similar to the exiting--list
(-l
) but prints all tasks, even those without a description (#383, #401). - โฑ It's now possible to schedule cleanup commands to run once a task finishes
with the
defer:
keyword (Documentation, #475, #626). - โ Remove long deprecated and undocumented
$
variable prefix and^
command prefix (#642, #644, #645). - โ Add support for
.yaml
extension (as an alternative to.yml
). This was requested multiple times throughout the years. Enjoy! (#183, #184, #369, #584, #621). - ๐ Fixed error when computing a variable when the task directory do not exist yet (#481, #579).
- A new