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
7 lines
115 B
YAML
7 lines
115 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
gen:
|
|
cmds:
|
|
- echo included_with_yaml_extension > included_with_yaml_extension.txt
|