From 8f11258333996bd0448fba89b049e6ba339a89f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:14:37 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 621e36f..8bdfc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0](https://github.com/boneskull/gh-stack/compare/v0.2.0...v0.3.0) (2026-02-04) + + +### Features + +* **submit:** add --push-only flag ([#25](https://github.com/boneskull/gh-stack/issues/25)) ([c14dabb](https://github.com/boneskull/gh-stack/commit/c14dabb2c281a3bef14415bd928bd1aa589a6872)) +* **submit:** add --push-only flag to skip PR creation ([c14dabb](https://github.com/boneskull/gh-stack/commit/c14dabb2c281a3bef14415bd928bd1aa589a6872)) + + +### Bug Fixes + +* **submit:** move draft-to-ready prompt to Phase 3 (PRs) ([#28](https://github.com/boneskull/gh-stack/issues/28)) ([0afdba7](https://github.com/boneskull/gh-stack/commit/0afdba7d273d26af56102566f048ad75283af51f)) +* **submit:** use first commit as default PR title ([#27](https://github.com/boneskull/gh-stack/issues/27)) ([9bc1881](https://github.com/boneskull/gh-stack/commit/9bc188154bf6b1539768741c75e5130e3c442e0b)) +* **undo:** auto-prune snapshots to prevent unbounded growth ([#23](https://github.com/boneskull/gh-stack/issues/23)) ([d298e99](https://github.com/boneskull/gh-stack/commit/d298e997729469b3afc88816a598506b24ec465c)) + ## [0.2.0](https://github.com/boneskull/gh-stack/compare/v0.1.2...v0.2.0) (2026-02-04)