Skip to content

Releases: boneskull/gh-stack

v0.3.0

04 Feb 07:15
4794712

Choose a tag to compare

0.3.0 (2026-02-04)

Features

  • submit: add --push-only flag (#25) (c14dabb)
  • submit: add --push-only flag to skip PR creation (c14dabb)

Bug Fixes

  • submit: move draft-to-ready prompt to Phase 3 (PRs) (#28) (0afdba7)
  • submit: use first commit as default PR title (#27) (9bc1881)
  • undo: auto-prune snapshots to prevent unbounded growth (#23) (d298e99)

v0.2.0

04 Feb 04:16
3788eee

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

0.2.0 (2026-02-04)

Features

v0.1.2

04 Feb 00:14
48d0847

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

0.1.2 (2026-02-03)

Miscellaneous Chores

  • re-enable attestations; disable release immutability (532a906)

v0.1.1

03 Feb 23:37
Immutable release. Only release title and notes can be modified.
8111f18

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

0.1.1 (2026-02-03)

Miscellaneous Chores

  • give up on attestations (1c8320a)

v0.1.0-rc.4

03 Feb 05:15
Immutable release. Only release title and notes can be modified.
0ea0131

Choose a tag to compare

v0.1.0-rc.4 Pre-release
Pre-release

0.1.0-rc.4 (2026-02-03)

Features

  • submit: add interactive PR prompts and adopt existing PRs (b03322d)
  • sync: detect parent branches missing from remote (a992648)
  • sync: detect squash-merged branches and prompt for cleanup (93484df)

Bug Fixes

  • address PR review comments (2c9ae3f)
  • clear macOS extended attributes in gh-install (99923e8)
  • improve error message for untracked branches (40b00d5)

Miscellaneous Chores

  • set release to v0.1.0-rc.4 (ee92cc2)

v0.1.0

03 Feb 23:31
Immutable release. Only release title and notes can be modified.
cfa8408

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

0.1.0 (2026-02-03)

Miscellaneous Chores

v0.1.0-rc.3

01 Feb 01:21
Immutable release. Only release title and notes can be modified.
b44ab17

Choose a tag to compare

v0.1.0-rc.3 Pre-release
Pre-release

0.1.0-rc.3 (2026-02-01)

Features

  • cmd: add submit command for unified cascade, push, and PR workflow (#11) (5d18fad)
  • cmd: improve adopt command ergonomics (#8) (10a604e)
  • handle squash-merged parent PRs with --onto rebase (#10) (85a9cc5)

Bug Fixes

  • log display for first-level children (c7cba03)

Miscellaneous Chores

  • set next release to 0.1.0-rc.3 (4ddf92d)

v0.1.0-rc.2

27 Jan 00:09
5cbd3aa

Choose a tag to compare

v0.1.0-rc.2 Pre-release
Pre-release

0.1.0-rc.2 (2026-01-27)

Miscellaneous Chores

  • ci: disable attestation (6069681)

v0.1.0-rc.1

26 Jan 23:45
588b271

Choose a tag to compare

v0.1.0-rc.1 Pre-release
Pre-release

0.1.0-rc.1 (2026-01-26)

Bug Fixes

  • ci: try to fix release workflow (bf86c42)
  • release: release 0.1.0-rc.1 (108baac)

v0.1.0-rc.0

26 Jan 23:32
bf58b84

Choose a tag to compare

v0.1.0-rc.0 Pre-release
Pre-release

0.1.0-rc.0 (2026-01-26)

Features

  • cmd: add abort command (6311401)
  • cmd: add adopt command (3ac8345)
  • cmd: add cascade command (c8d5ac9)
  • cmd: add continue command (d9ab43d)
  • cmd: add create command (d709d01)
  • cmd: add init command (11e2f69)
  • cmd: add link command (d2f31e6)
  • cmd: add log command with tree visualization (619c023)
  • cmd: add orphan command (902dd45)
  • cmd: add pr command with GitHub integration (9dcd6cf)
  • cmd: add push command (272214f)
  • cmd: add sync command (d5d652f)
  • cmd: add unlink command (3ffd9a0)
  • cmd: add version flag (6b6b123)
  • config: add Config type with GetTrunk (15b69ec)
  • config: add ListTrackedBranches (394a614)
  • config: add parent branch operations (9693ab8)
  • config: add PR number operations (9f71a45)
  • config: add SetTrunk (c80429a)
  • git: add branch existence and creation (6b889da)
  • git: add Git type with CurrentBranch (253f1bf)
  • git: add rebase operations (12f20cb)
  • git: add working tree status checks (1e4c286)
  • github: add CreateComment method (eb96644)
  • github: add draft PR support (c09b29a)
  • github: add ListComments and UpdateComment methods (891f333)
  • github: add stack comment generator (f9748ec)
  • pr: create drafts for stacked PRs and post comments (bb144b2)
  • state: add cascade state persistence (0ee0d8e)
  • sync: update stack comments and manage draft status (54e75a7)
  • tree: add traversal helpers (ea3f67a)
  • tree: add tree building from config (c9f7b41)

Bug Fixes

  • ci: trigger release workflow on main branch push (21141bf)
  • ci: upgrade to golangci-lint v2 for Go 1.25 support (156b8df)
  • lint: resolve errcheck warnings, disable gosec (c23fa81)