Compare commits

..

1 Commits

Author SHA1 Message Date
Jim Liu 宝玉 d8a5a68a74 chore: release v0.8.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 18:53:35 -06:00
4 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
},
"metadata": {
"description": "Skills shared by Baoyu for improving daily work efficiency",
"version": "0.8.2"
"version": "0.8.1"
},
"plugins": [
{
-2
View File
@@ -121,8 +121,6 @@ git add README.md README.zh.md CHANGELOG.md CHANGELOG.zh.md .claude-plugin/marke
git commit -m "chore: release v{NEW_VERSION}"
```
**Note**: Do NOT add Co-Authored-By line. This is a release commit, not a code contribution.
### Step 7: Create Version Tag
```bash
-5
View File
@@ -2,11 +2,6 @@
English | [中文](./CHANGELOG.zh.md)
## 0.8.2 - 2026-01-17
### Refactor
- `baoyu-gemini-web`: reorganizes script architecture—moves modular files into `gemini-webapi/` subdirectory and updates SKILL.md with `${SKILL_DIR}` path references.
## 0.8.1 - 2026-01-17
### Refactor
-5
View File
@@ -2,11 +2,6 @@
[English](./CHANGELOG.md) | 中文
## 0.8.2 - 2026-01-17
### 重构
- `baoyu-gemini-web`:重组脚本架构——将模块文件移至 `gemini-webapi/` 子目录,并更新 SKILL.md 使用 `${SKILL_DIR}` 路径引用。
## 0.8.1 - 2026-01-17
### 重构