1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00

CHANGELOG: Add entry for #656

This commit is contained in:
Andrey Nering 2022-03-31 21:19:16 -03:00
parent 41cd7acc87
commit 350f74a53d
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
- Added support for multi-level inclusion of Taskfiles. This means that
included Taskfiles can also include other Taskfiles. Before this was limited
to one level
([#390](https://github.com/go-task/task/issues/390), [#623](https://github.com/go-task/task/discussions/623), [#656](https://github.com/go-task/task/pull/656)).
- Add ability to specify vars when including a Taskfile.
[Check out the documentation](https://taskfile.dev/#/usage?id=vars-of-included-taskfiles)
for more information.

View File

@ -5,4 +5,3 @@ includes:
tasks:
default: echo one > called_one.txt

View File

@ -2,4 +2,3 @@ version: '3'
tasks:
default: echo three > called_three.txt