chore(release): 2.4.3-beta.3 (#722)

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
This commit is contained in:
Darko Gjorgjijoski
2026-07-29 17:51:25 +02:00
committed by GitHub
parent 8fe6975a81
commit 03bb6f1164
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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:
+1 -1
View File
@@ -1 +1 @@
2.4.3-beta.2
2.4.3-beta.3