Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.6.3](https://github.com/boneskull/gh-stack/compare/v0.6.2...v0.6.3) (2026-04-13)


### Bug Fixes

* **deps:** update module github.com/charmbracelet/bubbles to v0.21.1 ([#87](https://github.com/boneskull/gh-stack/issues/87)) ([37e572a](https://github.com/boneskull/gh-stack/commit/37e572a5f513c5379fa565eb3e424190b6d01332))
* **prompt:** support ESC to skip PR creation ([#85](https://github.com/boneskull/gh-stack/issues/85)) ([bfce25d](https://github.com/boneskull/gh-stack/commit/bfce25d3d04ed6201a40344a7d25a5425bb38765))
* **prompt:** support ESC to skip PR creation in huh form ([bfce25d](https://github.com/boneskull/gh-stack/commit/bfce25d3d04ed6201a40344a7d25a5425bb38765)), closes [#78](https://github.com/boneskull/gh-stack/issues/78)
* **restack:** prevent stale fork points from triggering incorrect --onto rebases ([#83](https://github.com/boneskull/gh-stack/issues/83)) ([a9af01a](https://github.com/boneskull/gh-stack/commit/a9af01a1e7f39896023bd5d7cecfbcb2a9744668))

## [0.6.2](https://github.com/boneskull/gh-stack/compare/v0.6.1...v0.6.2) (2026-04-08)


Expand Down