What problem does it solve?
Ship workflow automation resolves the manual toil of releasing code by coordinating base-branch merging, test execution, version bumps, changelog updates, commits, pushes, and PR creation in a single streamlined process.
Core Features & Use Cases
- End-to-end release automation: Merge the base branch, run tests, generate diffs, bump VERSION, update CHANGELOG, commit, push, and open a PR.
- Proactive deployment readiness: Suggests optimal deployment timing and pre-merge checks when requested.
- Use Case: A developer finishes a feature and says “ship” to automatically prepare a PR with all release artifacts and notes.
Quick Start
Trigger the full ship workflow by running the /ship command to merge base, execute tests, update versioning, and create a PR.