happier-release-promote
GitHub解析私有发布权限并执行标准化发布流程,包括运行dry-run、获取人工审批及监控发布结果。
Trigger Scenarios
Install
npx skills add happier-dev/happier --skill happier-release-promote -g -y
SKILL.md
Frontmatter
{
"name": "happier-release-promote",
"metadata": {
"openclaw": {
"homepage": "https:\/\/github.com\/happier-dev\/happier"
}
},
"description": "Resolve the private Happier release authority for promotion work."
}
Happier Release Promote
Resolve the private release authority before promotion work:
hmaint release bootstrap --repo <absolute checkout> --json
Use the returned private skill and its instructions as the authoritative promotion procedure. The public contract is available with node scripts/pipeline/run.mjs release-contract; do not recreate private release policy here.
The public issue-stage contract is in docs/issue-triage.md. Use the canonical release workflow so its pre-bound issue snapshot advances only after post-promotion verification. Do not manually pre-advance labels, infer availability from a branch move alone, or close issues as part of promotion.
Version History
-
98c86f2
Current 2026-08-20 01:00
新增Issue阶段 reconciler,集成到release/nightly工作流,实现issue状态快照与自动推进;发布合同改为只读引用。
- 4766022 2026-07-25 07:09


