What problem does it solve?
releasepr removes the guesswork of configuring and operating an automated “release pull request” flow in a consuming GitHub repository, so releases happen reliably and repeatably.
Core Features & Use Cases
- Release PR onboarding for consumers: install the pr-release CLI, wire the GitHub Actions workflow, and set up the required token and permissions.
- Configuration and lifecycle guidance: author and validate a correct .pr-release.yaml (including release_artifacts and environment-variable behavior) and understand the release-PR → dry-run → production-release pipeline.
- Conventional-commit and failure troubleshooting: apply commit conventions for semantic versioning and debug common CI/config errors using the skill’s reference router.
Quick Start
Ask an agent to prepare your repo for release automation by configuring .pr-release.yaml and the GitHub Actions release workflow, then run a read-only setup check to confirm everything is wired correctly.