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 9bc1efb commit c84cfa4Copy full SHA for c84cfa4
1 file changed
CHANGELOG.md
@@ -10,6 +10,9 @@
10
@trulede).
11
- Task aliases can now contain wildcards and will match accordingly (e.g., `s-*`
12
as alias for `start-*`) (#1900, #2234 by @vmaerten).
13
+- Added conditional execution with the `if` field: skip tasks, commands, or task
14
+ calls based on shell exit codes or template expressions like
15
+ `{{ eq .ENV "prod" }}` (#2564, #608 by @vmaerten).
16
17
## v3.46.4 - 2025-12-24
18
0 commit comments