From 83dbe78965848135e8e1ce95c0295ac0d4223239 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 9 Dec 2018 15:57:13 -0200 Subject: [PATCH] Documentation: Mention that including Taskfiles is still experimental --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 2bc75067..2566f9e8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -88,6 +88,8 @@ It's also possible to have an OS specific `Taskvars.yml` file, like ## Including other Taskfiles +> This feature is still experimental and may have bugs. + If you want to share tasks between different projects (Taskfiles), you can use the importing mechanism to include other Taskfiles using the `includes` keyword: