We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a00ea commit ee7f2a5Copy full SHA for ee7f2a5
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
# v3.0.0 - Preview 3
14
15
- Expose `.TASK` variable in templates with the task name
0 commit comments