From 10dbc7daf30ef45c091654d8566ace2ce1b7de6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:41:43 +0000 Subject: [PATCH] chore(main): release 0.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d02000..bf5f1fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.1" + ".": "0.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03736cf..9d39814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.2](https://github.com/boneskull/gh-stack/compare/v0.6.1...v0.6.2) (2026-04-08) + + +### Bug Fixes + +* **git:** auto-accept commit message when continuing rebase ([#71](https://github.com/boneskull/gh-stack/issues/71)) ([4e4fbb8](https://github.com/boneskull/gh-stack/commit/4e4fbb8ac7ab3b9bcf48991125101ce24e7fbb3b)), closes [#49](https://github.com/boneskull/gh-stack/issues/49) +* revert "feat: auto-detect parent branches for untracked local branches ([#53](https://github.com/boneskull/gh-stack/issues/53))" ([f436da4](https://github.com/boneskull/gh-stack/commit/f436da47c82af2129e02d36db5f2877d454bf8fa)) + ## [0.6.1](https://github.com/boneskull/gh-stack/compare/v0.6.0...v0.6.1) (2026-04-08)