Skip to content

Commit c84cfa4

Browse files
committed
chore: changelog for #2564
1 parent 9bc1efb commit c84cfa4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
@trulede).
1111
- Task aliases can now contain wildcards and will match accordingly (e.g., `s-*`
1212
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).
1316

1417
## v3.46.4 - 2025-12-24
1518

0 commit comments

Comments
 (0)