From f89435c068110b1470f29e4cbff28c63de9b5397 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 16 Nov 2025 14:28:48 +0100 Subject: [PATCH] chore: fix taskfile --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index 855507bc..5977dff0 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -49,6 +49,7 @@ tasks: cmds: - task: docs:cli:generate - git add www/docs/cli + - "git commit -m 'chore(docs): update CLI documentation'" - task: release:dry-run - task: release:make