1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

v3.0.0-preview4

This commit is contained in:
Andrey Nering 2020-05-20 22:32:30 -03:00
parent 59a00eae98
commit ee7f2a541f

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
# v3.0.0 - Preview 4
- Refactor how variables work on version 3
([#311](https://github.com/go-task/task/pull/311)).
- Disallow `expansions` on v3 since it has no effect.
- `Taskvars.yml` is not automatically included anymore.
- `Taskfile_{{OS}}.yml` is not automatically included anymore.
- Allow interpolation on `includes`, so you can manually include a Taskfile
based on operation system, for example.
# v3.0.0 - Preview 3 # v3.0.0 - Preview 3
- Expose `.TASK` variable in templates with the task name - Expose `.TASK` variable in templates with the task name