发版 Release

SkillDev tools

版本发布:bump 版本号 → npm publish → git tag → push

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 发版 Release skill

What this skill tells your AI

The instructions your AI receives, as published by qingchencloud/cj2api in .agents/skills/release/SKILL.md and read by ahel’s review.

发布新版本到 npm 并推送到 GitHub。

流程

  1. 确认当前工作区干净(无未提交变更)
  2. 询问版本号类型:patch / minor / major
  3. 执行 npm version <type> 自动更新 package.json 并创建 git tag
  4. 执行 npm publish 发布到 npm
  5. 执行 git push && git push --tags 推送代码和标签到 GitHub
  6. 输出发布摘要:版本号、npm 地址、GitHub tag 地址

注意事项

  • npm 包名为 @qingchencloud/cj2api,scoped public 包
  • 发布前确保 npm whoami 已登录且属于 @qingchencloud 组织
  • 如果有 TypeScript 编译错误,先修复再发版

Signals

GitHub stars
66
Forks
38
Last commit
May 2026
Hacker News mentions
20
Advanced
Catalog kind
skill
Gateway key
release-qingchencloud
Source
github.com/qingchencloud/cj2api