1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

chore: add changelog and documentation for #1624

This commit is contained in:
Andrey Nering
2024-05-15 22:00:49 -03:00
parent 252d549e3f
commit 635e3f4e7d
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
(#1643, #1649 by @pd93).
- Fixed a couple of bugs with the `prompt:` feature (#1657 by @pd93).
- Fixed JSON Schema to disallow invalid properties (#1657 by @pd93).
- Added `TASK_EXE` special variable (#1616, #1624 by @pd93 and @andreynering).
## v3.37.1 - 2024-05-09

View File

@ -128,6 +128,7 @@ There are some special variables that is available on the templating system:
| `CLI_ARGS` | Contain all extra arguments passed after `--` when calling Task through the CLI. |
| `CLI_FORCE` | A boolean containing whether the `--force` or `--force-all` flags were set. |
| `TASK` | The name of the current task. |
| `TASK_EXE` | The Task executable name or path. |
| `ROOT_TASKFILE` | The absolute path of the root Taskfile. |
| `ROOT_DIR` | The absolute path of the root Taskfile directory. |
| `TASKFILE` | The absolute path of the included Taskfile. |