chore: changelog for #2564

This commit is contained in:
Valentin Maerten
2026-01-21 23:06:59 +01:00
parent 9bc1efbc47
commit c84cfa41f7

View File

@@ -10,6 +10,9 @@
@trulede).
- Task aliases can now contain wildcards and will match accordingly (e.g., `s-*`
as alias for `start-*`) (#1900, #2234 by @vmaerten).
- Added conditional execution with the `if` field: skip tasks, commands, or task
calls based on shell exit codes or template expressions like
`{{ eq .ENV "prod" }}` (#2564, #608 by @vmaerten).
## v3.46.4 - 2025-12-24