From f8fb457f3681ae4b307747dc797f105c7caa326b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Wed, 20 May 2026 07:58:44 -0500 Subject: [PATCH] chore: release v1.117.3 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 12 ++++++++++++ CHANGELOG.zh.md | 12 ++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 81942e7..06929df 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.117.2" + "version": "1.117.3" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index 3589ca1..1a67251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ English | [中文](./CHANGELOG.zh.md) +## 1.117.3 - 2026-05-20 + +### Features +- CI: add skill release commit validation — commits touching `skills//**` must use Conventional Commit subjects; SKILL.md version validated during publish/sync + +### Fixes +- `baoyu-diagram`: add version field to SKILL.md +- `baoyu-post-to-wechat`: sync SKILL.md version + +### Documentation +- `baoyu-wechat-summary`: restructure profile fields — split `aliases` into `group_nicknames` (user's own prior names) and `aliases` (nicknames from other members), add `tags` for cross-cutting attributes + ## 1.117.2 - 2026-05-17 ### Documentation diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index e37f064..87a9245 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,18 @@ [English](./CHANGELOG.md) | 中文 +## 1.117.3 - 2026-05-20 + +### 新功能 +- CI:新增 skill 发布提交校验 —— 涉及 `skills//**` 的提交必须使用 Conventional Commit 格式;发布/同步时校验 SKILL.md 版本一致性 + +### 修复 +- `baoyu-diagram`:为 SKILL.md 添加 version 字段 +- `baoyu-post-to-wechat`:同步 SKILL.md 版本 + +### 文档 +- `baoyu-wechat-summary`:重构 profile 字段 —— 将 `aliases` 拆分为 `group_nicknames`(用户历史群名)和 `aliases`(其他成员对用户的称呼),新增 `tags` 字段存储横向属性 + ## 1.117.2 - 2026-05-17 ### 文档