Skip to content

Commit ee7f2a5

Browse files
committed
v3.0.0-preview4
1 parent 59a00ea commit ee7f2a5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
# v3.0.0 - Preview 4
4+
5+
- Refactor how variables work on version 3
6+
([#311](https://github.com/go-task/task/pull/311)).
7+
- Disallow `expansions` on v3 since it has no effect.
8+
- `Taskvars.yml` is not automatically included anymore.
9+
- `Taskfile_{{OS}}.yml` is not automatically included anymore.
10+
- Allow interpolation on `includes`, so you can manually include a Taskfile
11+
based on operation system, for example.
12+
313
# v3.0.0 - Preview 3
414

515
- Expose `.TASK` variable in templates with the task name

0 commit comments

Comments
 (0)