发版 Release
SkillDev tools版本发布:bump 版本号 → npm publish → git tag → push
Available today. Use it from your connected AI after setup.
No other account needed.
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。
流程
- 确认当前工作区干净(无未提交变更)
- 询问版本号类型:patch / minor / major
- 执行
npm version <type>自动更新 package.json 并创建 git tag - 执行
npm publish发布到 npm - 执行
git push && git push --tags推送代码和标签到 GitHub - 输出发布摘要:版本号、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