mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
feat: remove v2 support (#1447)
* feat: remove v2 support * docs: update v2 schema docs
This commit is contained in:
2
testdata/version/v1/Taskfile.yml
vendored
2
testdata/version/v1/Taskfile.yml
vendored
@@ -1,4 +1,4 @@
|
||||
version: 1
|
||||
version: "1"
|
||||
tasks:
|
||||
foo:
|
||||
cmds:
|
||||
|
2
testdata/version/v2/Taskfile.yml
vendored
2
testdata/version/v2/Taskfile.yml
vendored
@@ -1,4 +1,4 @@
|
||||
version: '2'
|
||||
version: "2"
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
|
9
testdata/version/v3/Taskfile.yml
vendored
Normal file
9
testdata/version/v3/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
foo:
|
||||
cmds:
|
||||
- echo "Foo"
|
||||
bar:
|
||||
cmds:
|
||||
- echo "Bar"
|
Reference in New Issue
Block a user