post-release
Solid执行版本发布后的后处理工作。 当版本已发布、需要执行发版后的收尾工作时使用。
AI & Automation 83 stars
5 forks Updated today MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 发布后处理
## 1. 检查事实
从用户给出的版本或最新稳定 tag 得到 `{version}`,然后执行:
```bash
agent-infra-internal release-workflow inspect {version}
```
平台 Release、npm、Homebrew 或 smoke 为 pending/unknown 时停止并报告 blocked;确定失败则报告 failed。
## 2. 执行后处理
```bash
agent-infra-internal release-workflow post {version}
```
core 负责 build、可选 demo、下一开发版本、内联产物、显式路径 commit 与普通 branch push;每次写后重新 inspect,重跑必须幂等。
当前项目在 `vhs` 与 `ffmpeg` 可用时会于 prerelease bump 前执行 `npm run demo:regen`。core 必须验证 `assets/demo-init.gif` 已生成,并在文件发生变化时将其纳入 post commit;输出摘要需报告 demo 状态与路径。缺少录制工具时允许明确跳过,录制命令失败或输出缺失时必须失败。
## 3. 输出摘要
报告 released/new version、渠道事实、smoke、post commit 与 push 结果。不得把 degraded/blocked 表述为完成。
Details
- Author
- fitlab-ai
- Repository
- fitlab-ai/agent-infra
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
release
执行版本发布流程。 当准备切出并发布新版本时使用。参数:版本号(X.Y.Z)。
83 Updated today
fitlab-ai AI & Automation Listed
cm-devops-engineer
发布/运维工程师 Skill,执行 staging 部署、冒烟验证、发布记录与生产发布待决清单编制,自动适配部署栈;生产发布与基础设施变更强制人工确认
0 Updated today
kingxiaozhe AI & Automation Listed
release
Prepare a version release — bump version files, commit, and tag. Just run /release with no arguments.
2 Updated yesterday
RockyHong