Skip to content

Releases: ryanclark/gh-stack

v0.0.2

14 Apr 14:53
09479be

Choose a tag to compare

What's Changed

  • Filtered out cross-repository (fork) PRs from stack chain discovery

Full Changelog: v0.0.1...v0.0.2

v0.0.1

14 Apr 14:33
3374181

Choose a tag to compare

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 submit

What'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