
Release Stable
- 467 installs
- 12.1k repo stars
- Updated August 4, 2026
- getpaseo/paseo
Cut and publish a stable Paseo release with correct versioning, changelog steps, and deployment checks so users receive a tested artifact instead of a risky bleeding-edge build.
About
Paseo release-stable skill that guides coding agents through cutting a stable Paseo release. It covers versioning, changelog preparation, publish checks, and deployment handoff so teams ship tested stable builds to registries or users instead of ad-hoc manual release steps.
- Automates stable version tagging for Paseo
- Guides changelog and publish checklist steps
- Reduces human error during release cuts
- Produces consumer-ready stable artifacts
Release Stable by the numbers
- 467 all-time installs (skills.sh)
- Ranked #48 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/getpaseo/paseo --skill release-stableAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 467 |
|---|---|
| repo stars | ★ 12.1k |
| Last updated | August 4, 2026 |
| Repository | getpaseo/paseo ↗ |
What it does
Cut and publish a stable Paseo release with correct versioning, changelog steps, and deployment checks so users receive a tested artifact instead of a risky bleeding-edge build.
Files
Release stable
Read docs/release.md in the Paseo repo and follow the Standard release (patch) flow if cutting fresh, or the Beta flow promotion step if promoting an existing beta. Run the Stable release (or promotion) completion checklist at the bottom of that doc.
The doc covers the changelog (required for stable), the pre-release sanity check (required for stable), and the post-release babysit pattern. Don't skip steps.