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:
parent
41cd7acc87
commit
350f74a53d
@ -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.
|
||||
|
@ -5,4 +5,3 @@ includes:
|
||||
|
||||
tasks:
|
||||
default: echo one > called_one.txt
|
||||
|
@ -2,4 +2,3 @@ version: '3'
|
||||
|
||||
tasks:
|
||||
default: echo three > called_three.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user