mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
- init creates Taskfile.yaml - add changelog entry - add zsh completion support for Taskfile.yaml
10 lines
94 B
YAML
10 lines
94 B
YAML
version: '3'
|
|
|
|
includes:
|
|
inc: inc.yml
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- task: inc:default
|