File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ tasks:
167
167
- Push the commit/tag to the repository
168
168
- Create a GitHub release
169
169
170
- To use the task, simply run "task release:<version>" where "<version>" is is one of:
170
+ To use the task, run "task release:<version>" where "<version>" is is one of:
171
171
172
172
- "major" - Bumps the major number
173
173
- "minor" - Bumps the minor number
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ the commands.
62
62
63
63
# # Calling a task
64
64
65
- To call the task, you simply invoke `task` followed by the name of the task you
66
- want to run. In this case, the name of the task is `default`, so you should run :
65
+ To call the task, invoke `task` followed by the name of the task you want to
66
+ run. In this case, the name of the task is `default`, so you should run :
67
67
68
68
` ` ` shell
69
69
task default
Original file line number Diff line number Diff line change @@ -1301,8 +1301,8 @@ tasks:
1301
1301
` ` `
1302
1302
1303
1303
All references use the same templating syntax as regular templates, so in
1304
- addition to simply calling `.FOO`, you can also pass subkeys (`.FOO.BAR`) or
1305
- indexes (`index .FOO 0`) and use functions (`len .FOO`) as described in the
1304
+ addition to calling `.FOO`, you can also pass subkeys (`.FOO.BAR`) or indexes
1305
+ (`index .FOO 0`) and use functions (`len .FOO`) as described in the
1306
1306
[templating-reference][templating-reference] :
1307
1307
1308
1308
` ` ` yaml
@@ -1511,9 +1511,9 @@ tasks:
1511
1511
1512
1512
# ## Looping over variables
1513
1513
1514
- To loop over the contents of a variable, you simply need to specify the variable
1515
- you want to loop over. By default, string variables will be split on any
1516
- whitespace characters.
1514
+ To loop over the contents of a variable, use the `var` key followed by the name
1515
+ of the variable you want to loop over. By default, string variables will be
1516
+ split on any whitespace characters.
1517
1517
1518
1518
` ` ` yaml
1519
1519
version: '3'
You can’t perform that action at this time.
0 commit comments