From 62c09dd0c997ff1224994a7386a48e801b7131e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:23:29 +0000 Subject: [PATCH] chore(main): release 0.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 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..3fec29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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) + ## [0.6.1](https://github.com/boneskull/gh-stack/compare/v0.6.0...v0.6.1) (2026-04-08)