From b3589862b1fe6f420c71a0a68da631f0fc015a37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:57:25 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From 60072486a3bc6cd6fd74ed8533014ffe64d847e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:57:26 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349e079f..48666f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v2.8.4](https://github.com/kayac/ecspresso/compare/v2.8.3...v2.8.4) - 2026-04-28 +- fix: skip draft releases when resolving latest in install script by @fujiwara in https://github.com/kayac/ecspresso/pull/1007 + ## [v2.8.3](https://github.com/kayac/ecspresso/compare/v2.8.2...v2.8.3) - 2026-04-28 - fix: handle unexpected response from /releases API in install script by @ppluuums-jp in https://github.com/kayac/ecspresso/pull/1002 - fix: surface non-2xx errors from /releases API in install script by @fujiwara in https://github.com/kayac/ecspresso/pull/1005