mirror of
https://github.com/go-task/task.git
synced 2025-04-04 22:24:25 +02:00
Merge pull request #97 from seblw/patch-1
Editorial changes in TASKFILE_VERSIONS.md
This commit is contained in:
commit
5649f75a8d
@ -29,7 +29,7 @@ The variable priority order was also different:
|
|||||||
1. Call variables
|
1. Call variables
|
||||||
2. Environment
|
2. Environment
|
||||||
3. Task variables
|
3. Task variables
|
||||||
4. `Taskvars.yml` veriables
|
4. `Taskvars.yml` variables
|
||||||
|
|
||||||
## Version 2.0
|
## Version 2.0
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ tasks:
|
|||||||
- echo "Hello, World!"
|
- echo "Hello, World!"
|
||||||
```
|
```
|
||||||
|
|
||||||
Version 2 not allows you to write global variables directly in the Taskfile,
|
Version 2 allows you to write global variables directly in the Taskfile,
|
||||||
if you don't want to create a `Taskvars.yml`:
|
if you don't want to create a `Taskvars.yml`:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user