Skip to content

Commit

Permalink
chore: add changelog and documentation for #1624
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed May 16, 2024
1 parent 252d549 commit 635e3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions website/docs/api_reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 635e3f4

Please sign in to comment.