Releases: ryanclark/gh-stack
Releases · ryanclark/gh-stack
v0.0.2
v0.0.1
Fork of github/gh-stack that works with any GitHub repository — no Stacked PRs private preview required.
gh-stack is a GitHub CLI extension for managing stacked branches and pull requests.
Quick Start
Make sure you have the gh CLI installed first, then run:
gh extension install ryanclark/gh-stack
Navigate to your repo and start stacking:
# Start a new stack from your default branch
gh stack init
# Add a new branch to the stack
gh stack add next-branch
# Push all branches
gh stack push
# Open a stack of PRs
gh stack submitWhat's different from upstream
- Removed dependency on GitHub's private Stacked PRs API
- Stack discovery uses standard GitHub APIs (PR base/head branch chains)
- PR bodies include Requires #N linking to the parent PR in the stack
- No promotional footer injected into PR bodies
Full Changelog: https://github.com/ryanclark/gh-stack/commits/v0.0.1