From b7238f8d3664eec5b4a120c321b71366b955c49d Mon Sep 17 00:00:00 2001 From: lxcong <83766787@qq.com> Date: Thu, 14 May 2026 17:29:11 +0800 Subject: [PATCH] fix(skill): re-trigger release-please after #44 squash body parse error The squash-merge commit for #44 included a multi-line code fragment with unbalanced braces across a wrapped line, which made the conventional-commits parser bail on the entire commit. release-please then saw zero parseable commits since v1.6.0 and skipped opening a release PR. This empty commit re-triggers the workflow with a clean body so 1.6.1 can ship.