File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v3.18.0
44
55- Show aliases on ` task --list --silent ` (` task --ls ` ). This means that aliases
66 will be completed by the completion scripts
Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ sidebar_position: 6
55
66# Changelog
77
8+ ## v3.18.0
9+
10+ - Show aliases on ` task --list --silent ` (` task --ls ` ). This means that aliases
11+ will be completed by the completion scripts
12+ ([ #919 ] ( https://github.com/go-task/task/pull/919 ) ).
13+ - Tasks in the root Taskfile will now be displayed first in ` --list ` /` --list-all `
14+ output ([ #806 ] ( https://github.com/go-task/task/pull/806 ) , [ #890 ] ( https://github.com/go-task/task/pull/890 ) ).
15+ - It's now possible to call a ` default ` task in an included Taskfile by using
16+ just the namespace. For example: ` docs:default ` is now automatically
17+ aliased to ` docs `
18+ ([ #661 ] ( https://github.com/go-task/task/issues/661 ) , [ #815 ] ( https://github.com/go-task/task/pull/815 ) ).
19+
820## v3.17.0
921
1022- Add a "Did you mean ...?" suggestion when a task does not exits another one
Original file line number Diff line number Diff line change 11{
22 "name" : " @go-task/cli" ,
3- "version" : " 3.17 .0" ,
3+ "version" : " 3.18 .0" ,
44 "description" : " A task runner / simpler Make alternative written in Go" ,
55 "scripts" : {
66 "postinstall" : " go-npm install" ,
You can’t perform that action at this time.
0 commit comments