Allow calling a task of the root Taskfile from within an included Taskfile

Fixes #161
This commit is contained in:
Andrey Nering
2019-02-02 21:12:57 -02:00
parent 310394aa60
commit 1dec956e99
7 changed files with 41 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
- Allow calling a task of the root Taskfile from an included Taskfile
by prefixing it with `:`
([#161](https://github.com/go-task/task/issues/161), [#172](https://github.com/go-task/task/issues/172)).
## v2.3.0 - 2019-01-02
- On Windows, Task can now be installed using [Scoop](https://scoop.sh/)