Skip to content

Commit 35599af

Browse files
committed
v3.18.0
1 parent a74b353 commit 35599af

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

docs/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)