From 03bb6f116483b7675cffeeb3ce2ad8a47656dc0d Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:51:25 +0200 Subject: [PATCH] chore(release): 2.4.3-beta.3 (#722) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A third pre-release, to verify the pipeline end to end after beta.2 exposed a hole in it: that release was published by the workflow itself, so nothing downstream ran and it reached the updater only by being registered by hand — and never got Docker images at all. This one exercises the corrected flow. The tag produces a draft; a human publishes it, which is what actually triggers registration and the image build. Contains no application changes — everything on 2.x since beta.2 is release tooling and repository housekeeping, and the changelog entry says so. Claude-Session: https://claude.ai/code/session_01QmECndmNZwzN65Zz9P87dF --- CHANGELOG.md | 9 +++++++++ version.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a507d86..e4f526fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ section beneath it is what CI publishes to the updater — see Releases before 2.4.0 are on GitHub: https://github.com/InvoiceShelf/InvoiceShelf/releases +## 2.4.3-beta.3 — 2026-07-29 + +A third pre-release, cut to verify the release pipeline end to end after the previous one exposed a hole in it. **It contains no application changes.** + +- Releases now stop at a draft, and publishing is a deliberate act. 2.4.3-beta.2 was published by the workflow itself, and because GitHub does not start workflow runs from events raised by `GITHUB_TOKEN`, nothing downstream ran — that release reached the updater only after being registered by hand, and never got Docker images. +- Laravel Boost has been removed and `AGENTS.md` is now the single source of truth for contributor and agent guidance, matching the 3.x branch. + +Insider channel only. 2.4.2 remains current on stable and there is nothing here you need. + ## 2.4.3-beta.2 — 2026-07-29 A second pre-release, cut to exercise the tag-triggered release flow. **It contains no application changes** — the only thing on 2.x since beta.1 is the release tooling itself: diff --git a/version.md b/version.md index 4d4d5fdb..4542e615 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -2.4.3-beta.2 +2.4.3-beta.3