From c84cfa41f743fbe1d1e8c7cefb76abeae1060d28 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Wed, 21 Jan 2026 23:06:59 +0100 Subject: [PATCH] chore: changelog for #2564 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c72a994..350e1a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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