happier-release-promote
FeaturedResolve the private Happier release authority for promotion work.
AI & Automation 1,495 stars
134 forks Updated today MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Happier Release Promote
Resolve the private release authority before promotion work:
```bash
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.
Details
- Author
- happier-dev
- Repository
- happier-dev/happier
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
happier-release
Resolve Happier's private release authority from the public repository contract.
1,495 Updated today
happier-dev Code & Development Featured
happier-release-validation-review
Resolve the private Happier release authority for validation review.
1,495 Updated today
happier-dev AI & Automation Solid
magpie-release-promote
Emit the backend-shaped promotion command set for a release that has passed its vote. Reads the planning issue (must carry `vote-passed`), constructs the staging → release move for the configured distribution backend, checks PMC membership of the Release Manager, and proposes the `promoted` label. Never runs the promotion command itself and never publishes the release.
83 Updated yesterday
apache