mirror of
https://github.com/go-task/task.git
synced 2026-06-25 13:46:13 +00:00
Add CHANGELOG entry and API documentation for #818
This commit is contained in:
1
testdata/includes_internal/Taskfile.yml
vendored
1
testdata/includes_internal/Taskfile.yml
vendored
@@ -6,7 +6,6 @@ includes:
|
||||
internal: true
|
||||
|
||||
tasks:
|
||||
|
||||
task-1:
|
||||
cmds:
|
||||
- task: included:default
|
||||
|
||||
1
testdata/includes_internal/Taskfile2.yml
vendored
1
testdata/includes_internal/Taskfile2.yml
vendored
@@ -1,7 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
|
||||
task-3:
|
||||
cmds:
|
||||
- echo "Hello, World!"
|
||||
|
||||
1
testdata/internal_task/Taskfile.yml
vendored
1
testdata/internal_task/Taskfile.yml
vendored
@@ -1,7 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
|
||||
task-1:
|
||||
cmds:
|
||||
- task: task-3
|
||||
|
||||
Reference in New Issue
Block a user